-- Create the table now to avoid creation of a lot of -- unneccessary shared objects by the above grant_permissions, -- and redundantly grant something to cause creation of a shared object. call initjvmaux.create_if_not_present(' create table java$policy$shared$table (version number) '); call dbms_java.grant_permission('PUBLIC', 'SYS:oracle.aurora.security.JServerPermission', 'DUMMY', ''); call dbms_java.revoke_permission('PUBLIC', 'SYS:oracle.aurora.security.JServerPermission', 'DUMMY', ''); commit;