ORA-29532: Java call terminated by uncaught Java exception
I had this type of error after executing a datapatch of Oracle JavaVM Component (JUL2022):
SQL> call dbms_java.revoke_permission('PUBLIC', 'SYS:oracle.aurora.security.JServerPermission', 'DUMMY', '');
call dbms_java.revoke_permission('PUBLIC', 'SYS:oracle.aurora.security.JServerPermission', 'DUMMY', '')
*
ERROR at line 1:
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.NullPointerException
Can someone help ? thank you