Where can I check the Java permission inside the database?
Say I issued following command, how can I check from data dictionary to verify it has been done?
exec dbms_java.grant_permission( 'SCOTT', 'SYS:java.io.FilePermission', '/usr/tmp', 'read' );
Thanks,
JX
exec dbms_java.grant_permission( 'SCOTT', 'SYS:java.io.FilePermission', '/usr/tmp', 'read' );
Thanks,
JX
0