ORA-29548 whenever dbms_java is executed
I am trying to uninstall java from my 11.2.0.4 Oracle database (on AIX (power 64bit) platform). Non RAC, but it does use ASM.
Per instructions for uninstalling java, I got as far as executing @?/rdbms/admin/catnojav.sql and whenever the dbms_java package is executed, the ORA-29548 results. For instance:
CALL sys.dbms_java.dropjava('-s rdbms/jlib/CDC.jar')
*
ERROR at line 1:
ORA-29548: Java system class reported: could not identify release specified in
classes.bin
ORA-06512: at "SYS.DBMS_JAVA", line 667
I appreciate any suggestions I can try to work around this error.