Wednesday, May 2, 2018

RC-50013 Fatal: Instantiate driver

Error:
Seen the issue during the execution of adcfgclone.
perl adcfgclone.pl dbTechStack
====================
WARNING: [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/vis/visdb/tech_st/11.2.0/perl/bin/perl -I /u01/vis/visdb/tech_st/11.2.0/perl/lib/5.10.0 -I /u01/vis/visdb/tech_st/11.2.0/perl/lib/site_perl/5.10.0 -I /u01/vis/visdb/tech_st/11.2.0/appsutil/perl /u01/vis/visdb/tech_st/11.2.0/appsutil/clone
      ouicli.pl               INSTE8_APPLY       1 



AutoConfig is exiting with status 1

WARNING: RC-50013: Fatal: Instantiate driver did not complete successfully.
/u01/vis/visdb/tech_st/11.2.0/appsutil/driver/regclone.drv

====================

CAUSE:
The script was trying to register the oracle home in inventory but its failing to update it.

SOLUTION:

Edit and set correct path for oraInst.loc file

[root@viz Desktop]# vi /etc/oraInst.loc 

inst_group=dba
inventory_loc=/u01/vis/oraInventory

#inst_group=dba
#inventory_loc=/u01/dbobi/oraInventory

or
delete existing files under oraInventory folder and retry the adcfgclone.

rm -rf oraInventory
mkdir oraInventory
Retry :   perl adcfgclone.pl dbTechStack


2 comments:

  RMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time https://shivanandarao-oracle.com/2012/12/05/rman-20207-until-time-or-re...