Rapid Clone Issue: ouicli.pl INSTE8_APPLY 255 in R12

R12: Rapid Clone Issue: ouicli.pl  INSTE8_APPLY 255.


During EBS rapid clone, I was faced error as below mentioned. (i,e RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack.)

While I ran perl adcfgclone.pl dbTechStack at dbTier, after sometime it was failed as below.
  
-      0% completed
  \      0% completed       RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack

ERROR while running Apply...
Thu Aug 31 14:09:22 2017

 ERROR: Failed to execute /data03/UAT_8026/orahome/appsutil/clone/bin/adclone.pl

 Please check logfile.

After that I checked ApplyDBTechStack_08311408.log for the root cause. Then i realized this failure was happened, because PATH was not set as expected.

ApplyDBTechStack_08311408.log:-

[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: /data03/UAT_8026/orahome/perl/bin/perl -I /acedata03/UAT_8026/orahome/perl/lib/5.8.3 -I /data03/UAT_8026/orahome/perl/lib/site_perl/5.8.3 -I
/data03/UAT_8026/orahome/appsutil/perl /acedata03/UAT_8026/orahome/appsutil/clone
      ouicli.pl               INSTE8_APPLY       255

AutoConfig is exiting with status 1
RC-50013: Fatal: Instantiate driver did not complete successfully.
/data03/UAT_8026/orahome/appsutil/driver/regclone.drv

Solution:-

After setting the PATH as below, rerun the perl and  issue got resolved.

export PATH=$ORACLE_HOME/perl/bin:$PATH


Completed Apply...
Thu Aug 31 14:12:23 2017

Starting database listener for UAT:
Running:
/acedata03/UAT_8026/orahome/appsutil/scripts/UAT_acetest/addlnctl.sh start UAT
Logfile: /data03/UAT_8026/orahome/appsutil/log/UAT_acetest/addlnctl.txt





1 comment:

Shona67 said...

I really enjoy the blog article. Really thank you! Cool. rapid testing houston

Post a Comment

Thanks for reading till end. I hope this will help you more to improve your knowledge.

Now it's your turn!

What do you think? Share your experience in the comments box and subscribe for more interesting post.