Avatar of dojjol
dojjol
Flag for Afghanistan

asked on 

dbms_java.grant_permission java.io.permissiom

Hello All,

I have a file at network called //CCEdit/english/my.txt. I have a javastoredprocedure, (basically a java class loaded as a function).
When I execute the procedure it says

java.security.AccessControlException: the Permission (java.io.FilePermission /CCEDIT/english/my.text read),

Even if I have executed the
dbms_java.grant_permission( 'SCOTT', 'SYS:java.io.FilePermission', '/CCEDIT/english/my.text', 'read' ). It still complains for the same error.
Oracle Database

Avatar of undefined
Last Comment
Mark Geerlings

8/22/2022 - Mon