DBMS_JAVA.GRANT_PERMISSION
Hi,
Well I have exhausted google for an answer and still no nearer.
Im trying to use the dbms_java.grant_permission running ,permission_type => 'SYS:java.net.SocketPermission'
but keep hitting
ERROR at line 1:
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.SecurityException: policy table update SYS:java.net.SocketPermission,
ORA-06512: at "SYS.DBMS_JAVA", line 313
ORA-06512: at line 2
Any sort of dbms_java program I try to compile also gives me insufficient priviledges. All this is done by the user 'SYS'.
I have checked dba_registry and all Java components are valid.
just running out of ideas here what to check next.
Well I have exhausted google for an answer and still no nearer.
Im trying to use the dbms_java.grant_permission running ,permission_type => 'SYS:java.net.SocketPermission'
but keep hitting
ERROR at line 1:
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.SecurityException: policy table update SYS:java.net.SocketPermission,
ORA-06512: at "SYS.DBMS_JAVA", line 313
ORA-06512: at line 2
Any sort of dbms_java program I try to compile also gives me insufficient priviledges. All this is done by the user 'SYS'.
I have checked dba_registry and all Java components are valid.
just running out of ideas here what to check next.
0