Oracle java stored procedure creating zip file - java.security.AccessControlException: the Permission -


i made java oracle stored procedure creates zip files. , zip file name changed every time when running procedure.

but every time requires new grant permission below,

dbms_java.grant_permission('gilbert','sys:java.io.filepermission','c:\test\20170817.zip','write') 

i can not give permission every time when creating zip file. solution this?

- os: windows7 - oracle: 11g release 11.2.0.1.0 - 64bit production 


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -