Create Database With DBCA on 11.2.0.3, Fails with ORA-29516 (Doc ID 1450281.1)

来源:互联网 发布:网店数据化分析的内容 编辑:程序博客网 时间:2024/04/30 13:47

In this Document

 Symptoms Changes Cause Solution References

Created from SR 3-5583555021
[This section is not visible to customers.]

Applies to:

Oracle Database Configuration Assistant - Version 11.2.0.3 and later
Information in this document applies to any platform.

Symptoms

DBCA fails with: ORA-29516: Aurora assertion failure: Assertion failure at eox.c:359

Screen shot shows:

Failing at 76% of clone database creation in progress

Error:
ORA-29516: Aurora assertion failure: Assertion failure at eox.c:359

After click OK, postDBCreation.log shows:

BEGIN
*
ERROR at line 1:
ORA-29516: Aurora assertion failure: Assertion failure at eox.c:359
Uncaught exception Root of all Java exceptions: java.lang.ExceptionInInitializerError
ORA-06512: at line 3


         IF CatbundleCreateDir(:catbundleLogDir) = 0 THEN
            *
ERROR at line 71:
ORA-06550: line 71, column 14:
PLS-00201: identifier 'CATBUNDLECREATEDIR' must be declared
ORA-06550: line 71, column 11:
PL/SQL: Statement ignored

Changes

You have set JAVA_JIT_ENABLED=TRUE (or not set it all, in which case it defaults to TRUE).  

Cause

This has been addressed in Bug 9294055, yet cause is still undetermined.

Solution

Set JAVA_JIT_ENABLED=false 

Then, rerun postDBCreation.sql script.

References

BUG:9294055 - GETTING ORA-29516 WHEN JAVA_JIT_ENABLED=TRUE
0 0