ORA-29516: Aurora assertion failure: Assersion failure at joez.c:3422
This error comes when we run DBCA in RAC environment or standalone.
Work around:
Once DBCA come to the instance create stage in DBCA wizard, export SID in first node in separate session and execute the command.
Alter system set JAVA_JIT_ENABLED=FALSE;
And exit from the session immediately. error should be avoided.
Note: This should be done before the error window popups.
Ex:
export ORACLE_SID=orcl1 (in node1)
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
sqlplus / as sysdba
Alter system set JAVA_JIT_ENABLED=FALSE;
exit
Now DBCA should not give the error.
This error comes when we run DBCA in RAC environment or standalone.
Work around:
Once DBCA come to the instance create stage in DBCA wizard, export SID in first node in separate session and execute the command.
Alter system set JAVA_JIT_ENABLED=FALSE;
And exit from the session immediately. error should be avoided.
Note: This should be done before the error window popups.
Ex:
export ORACLE_SID=orcl1 (in node1)
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
sqlplus / as sysdba
Alter system set JAVA_JIT_ENABLED=FALSE;
exit
Now DBCA should not give the error.