Re: http 500
Posted by latifa on Jun 28, 2018; 7:16am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/http-500-tp6283p6315.html
Hi Erman,
In Doc ID 2189241.1, the given solution is to run ;
1. Verify the Java Version on Database by running the command:
select dbms_java.get_jdk_version() from dual;
--> error message as following:
ERROR at line 1:
ORA-29548: Java system class reported: release of classes.bin in the database
does not match that of the oracle executable
2. Execute the following on Database node:
SQL> @?/javavm/install/update_javavm_db.sql
--> What is the risk for the database because it's in use (I don't want our DBA complain about this :) )
Thank you in advance for your help.
Regards,
Latifa