How to resolve rapid clone issue ouicli INSTE8_APPLY 255 in R12

Introduction:-

In this article, we will resolve Rapid Clone Issue ouicli.pl inste8_apply 255 in R12. After setting the PATH as below, rerun the Perl and issue got resolved.

R12: Rapid Clone Issue ouicli.pl  INSTE8_APPLY 255

During EBS rapid clone, I had faced error as below mentioned. (i,e RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack.). While executing the adcfgclone on appsTier, you face the issue. You may check solution for this issue by clicking on given link.

As we know cloning is the very important task of every DBA.On daily basis developer and application team are doing testing and implementation for ongoing issues or for new allocated jobs. So, need to be very familier of for all cloning steps for more information on database restoration and cloning activity, you may check it to simply click here.

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:-

Requesting you to check the ApplyDBTechStack_08311408.log using vi or view command on Solaris & Linux platform. After that you can find out the root cause for error ouicli.pl inste8_apply.

[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

If you are intended to check another article related to cloning issue, simply click here.

You may check another article for same issue, click here.

2 thoughts on “How to resolve rapid clone issue ouicli INSTE8_APPLY 255 in R12”

Leave a Comment