-- actions to upgrade 9.0.1 components to 9.2.0 -- java.sql.SQLPermission -- duplicates code in jvmsec5. -- It should have been put in a separate file, so it wouldn't have bee -- duplicated. But that would require creating a new -- file. Creating a new file ought to be easy, but thanks to rdbmsini it isn't -- jschwarz - 2/02 call dbms_java.grant_policy_permission('JAVA_ADMIN', 'SYS', 'java.sql.SQLPermission', '*'); call dbms_java.grant_permission('JAVASYSPRIV', 'SYS:java.sql.SQLPermission', 'setLog', null); -- actions to upgrade 9.2.0 components to 10.1.0 @@jvma920