DB Cloning failing in EBS R12.1.3 after upgrading Database to 19c
Posted by soumya on Jun 28, 2021; 6:01pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/DB-Cloning-failing-in-EBS-R12-1-3-after-upgrading-Database-to-19c-tp9915.html
Hi Erman,
Hope you are doing well.
We are planning to upgrade our EBS database from 11g to 19c. So we have recently upgraded one of our EBS test instance database from 11g to 19c. The upgrade was successful. Now this is the first time we are trying to clone a 19c instance into a another new server .
We are following doc id 2560690.1 .The preclone on both dbtier and appstier ran fine. But when we are trying to run adcfgclone dbtechstack on target its failing. Following are the steps we have done so far.
in target server.
after extracting the db binary.
[ebsclonedb@ccuine105 bin]$ perl adclonectx.pl contextfile=/u01/ebsclone/db/tech_st/19.3.0/appsutil/EBS19C_ccuine102.xml template=/u01/ebsclone/db/tech_st/19.3.0/appsutil/template/adxdbctx.tmp
...
...
...
The new database context file has been created :
/u01/ebsclone/db/tech_st/19.3.0/appsutil/EBSCLONE_ccuine105.xml
export ORACLE_BASE=/u01/ebsclone/db
export ORACLE_HOME=/u01/ebsclone/db/tech_st/19.3.0
export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/perl/bin:$ORACLE_HOME/OPatch:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export PERL5LIB=/u01/ebsclone/db/tech_st/19.3.0/perl/lib/5.28.1:/u01/ebsclone/db/tech_st/19.3.0/perl/lib/site_perl/5.28.1:/u01/ebsclone/db/tech_st/19.3.0/perl/lib
export ORA_NLS10=/u01/ebsclone/db/tech_st/19.3.0/nls/data/9idata
export ORACLE_SID=EBSCLONE
export ORACLE_PDB_SID=EBSCDB
cd /u01/ebsclone/db/tech_st/19.3.0/appsutil/clone/bin
$perl adcfgclone.pl dbTechStack /u01/ebsclone/db/tech_st/19.3.0/appsutil/EBSCLONE_ccuine105.xml
[AutoConfig Error Report]
The following report lists errors AutoConfig encountered during each
phase of its execution. Errors are grouped by directory and phase.
The report format is:
<filename> <phase> <return code where appropriate>
[APPLY PHASE]
AutoConfig could not successfully execute the following scripts:
Directory: /u01/ebsclone/db/tech_st/19.3.0/perl/bin/perl -I /u01/ebsclone/db/tech_st/19.3.0/perl/lib/5.28.1 -I /u01/ebsclone/db/tech_st/19.3.0/perl/lib/site_perl/5.28.1 -I /u01/ebsclone/db/tech_st/19.3.0/appsutil/perl /u01/ebsclone/db/tech_st/19.3.0/appsutil/clone
ouicli.pl INSTE8_APPLY 1
AutoConfig is exiting with status 1
RC-50013: Fatal: Instantiate driver did not complete successfully.
/u01/ebsclone/db/tech_st/19.3.0/appsutil/driver/regclone.drv
We have already raised SR for this. It has been a week and oracle has not been able to help in this regard. Looking for your assistance in this regard.
Thanks.