Error: ORA-29548: Java system class reported: could not identify release specified in classes.bin ORA-06512: at "SYS.dbms_java", line 793 |
Cause: |
Solution: Use below procedure for both stand alone and pluggable database.
OR You may require to put the database in upgrade mode to run “datapatch -verbose” command after applying OJVM patch. For this, put your database in upgrade mode. SQL> shut immediate; SQL>startup upgrade; SQL> quit $cd $ORACLE_HOME/OPatch $ ./datapatch -verbose SQL> shut immediate; SQL> startup; |
Thanks for reading this post ! Please comment if you like this post ! Click on FOLLOW to get next blog updates !
Yes update_javavm_db.sql script fixed the issue for us.
ReplyDelete