joxcsys: release mismatch 12.1.0.2.0 1.6 in database (classes.bin) vs 12.1.0.2.191015 1.6 in executable
Error:
In database alert log we can see continous below error.
Solution:
1) Connect to database as sysdba
2) Replicate the issue
SQL> select dbms_java.get_jdk_version() from dual;
select dbms_java.get_jdk_version() from dual
*
ERROR at line 1:
ORA-29548: Java system class reported: release of Java system classes in the
database (12.1.0.2.0 1.6) does not match that of the oracle executable
(12.1.0.2.191015 1.6)
select dbms_java.get_jdk_version() from dual
*
ERROR at line 1:
ORA-29548: Java system class reported: release of Java system classes in the
database (12.1.0.2.0 1.6) does not match that of the oracle executable
(12.1.0.2.191015 1.6)
3) Run below script.
SQL> @?/javavm/install/update_javavm_db.sql
4) Once above is completed, Please re-run below to validate.
select dbms_java.get_jdk_version() from dual;
DBMS_JAVA.GET_JDK_VERSION()
-------------------------------------------------------------
1.6.0_211
DBMS_JAVA.GET_JDK_VERSION()
-------------------------------------------------------------
1.6.0_211
Post a Comment
Post a Comment