Tag Archives: Oracle home clone

Oracle clone failing with INS-40426

Recently I’ve seen this error in one of the clone operations. — Copied the binary tar and executed export ORACLE_HOME=/u01/app/oracle/product/12.1.0/grid; export PATH=$ORACLE_HOME/bin:$PATH; export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib32:$LD_LIBRARY_PATH; export LIBPATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib32:$LIBPATH; export TNS_ADMIN=$ORACLE_HOME/network/admin; runInstaller -silent -clone ORACLE_HOME=/u01/app/oracle/product/12.1.0/grid ORACLE_BASE=/u01/app/oracle ORACLE_HOME_NAME=Ora12102_Grid This invoked runInstaller from  /u01/app/oracle/product/12.1.0/grid. Oracle … Continue reading

Posted in 12c Upgrade issues, Oracle Database Cloning, Oracle Software Install / Deinstall | Tagged , , , , , , , , | Leave a comment