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.