How to solve this problem? ORA-29548: Java system class reported: could not identify release specifi
Hi,
(We uses 11.2.0.4 on Win64)
We get the following error:
EXP-00008: ORACLE error 29548 encountered
ORA-29548: Java system class reported: could not identify release specified in classes.bin
ORA-06512: at "SYS.DBMS_JAVA", line 139
EXP-00000: Export terminated unsuccessfully
and executed
SELECT dbms_java.longname (object_name) FROM user_objects
WHERE object_type = 'JAVA CLASS' AND status = 'VALID';
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 139
Did we execute under @rmjvm.sql @initjvm.sql
to solve this problem?
Thanks fro help