Wednesday, May 15, 2013

Adcfgclone.Pl Failed On Dbtier With Err Rc-00126


Adcfgclone.Pl Failed On Dbtier With Err Rc-00126

Error :

Adcfgclone.pl failed on dbtier with err rc-00126
RC-00126: Update inventory failed.
no oraInstaller in java.library.path
Raised by oracle.apps.ad.clone.util.OracleHomeCloner
Log file located at /u01/oraInventory/logs/OracleHomeCloner_02280453.log

Solution

To implement the solution, please execute the following steps:

1. Take a backup of regOUI_APPSDB_<SID>.sh.

2.cd <RDBMS_ORACLE_HOME>/appsutil/out/<CONTEXT_NAME>/

2. Make changes in regOUI_APPSDB_<SID>.sh for LD_LIBRARY_PATH.

          LD_LIBRARY_PATH=$ORACLE_HOME/oui/lib/platform.

3. Re-run regOUI_APPSDB_<SID>.sh.

ID 417962.1


1 comment:

  1. Wow, thanks!

    In my case it was defined to $ORACLE_HOME/oui/lib/linux and the correct was: $ORACLE_HOME/oui/lib/linux64

    Thanks for share!

    ReplyDelete