+49 6102 86801 50 info@dbaservices.de
OPatch Apply Fails with Error Code 20 during Oracle Home Discovery Phase

betrifft: Oracle Database – Enterprise Edition – Version 11.2.0.1 and later – alle Plattformen /RAC-Systeme

Fehlerausgabe:
opatch apply online -connectString RACDB1:sys:test:ORACLERAC1,RACDB2:sys:test:ORACLERAC2
Oracle Interim Patch Installer version 11.2.0.3.4
Copyright (c) 2012, Oracle Corporation. All rights reserved.
The patch should be applied/rolled back in ‘-all_nodes’ mode only.
Converting the RAC mode to ‘-all_nodes’ mode.
Applying interim patch ‘13984324’ to OH ‘/u01/app/oracle/product/11.2.0.3/dbhome_7’
Verifying environment and performing prerequisite checks…
[ Error during Oracle Home discovery Phase]. Detail: OPatch failed: ApplySession failed to prepare the system. oracle/cluster/install
/InstallException
Log file location: /u01/app/oracle/product/11.2.0.3/dbhome_7/cfgtoollogs/opatch/13984324_Feb_03_2014_10_20_26
/apply2014-02-03_10-20-26AM_1.log

opatch apply online -connectString RACDB1:sys:test:ORACLERAC1,RACDB2:sys:test:ORACLERAC2
Oracle Interim Patch Installer version 11.2.0.3.4
Copyright (c) 2012, Oracle Corporation. All rights reserved.
The patch should be applied/rolled back in ‘-all_nodes’ mode only.
Converting the RAC mode to ‘-all_nodes’ mode.
Applying interim patch ‘13984324’ to OH ‘/u01/app/oracle/product/11.2.0.3/dbhome_7’
Verifying environment and performing prerequisite checks…
[ Error during Oracle Home discovery Phase]. Detail: OPatch failed: ApplySession failed to prepare the system. oracle/cluster/install
/InstallException
Log file location: /u01/app/oracle/product/11.2.0.3/dbhome_7/cfgtoollogs/opatch/13984324_Feb_03_2014_10_20_26
/apply2014-02-03_10-20-26AM_1.log

Lösungsansätze:
a) Immer den neuesten Patch verwenden

b) Die inventory.xml Datei auf allen Knoten untersuchen und nachziehen:

Knoten 1 :
$ORACLE_HOME/oui/bin/runInstaller -updateNodeList -local -silent CLUSTER_NODES=dbnode1,dbnode2
ORACLE_HOME=$ORACLE_HOME LOCAL_NODE=dbnode1

Knoten 2 :
$ORACLE_HOME/oui/bin/runInstaller -updateNodeList -local -silent CLUSTER_NODES=dbnode1,dbnode2
ORACLE_HOME=$ORACLE_HOME LOCAL_NODE=dbnode2

Haben Sie Fragen?

Dieses Feld dient zur Validierung und sollte nicht verändert werden.
(erforderlich)

NEUSTE BEITRÄGE

ORA-06512 – ORA-06512 at %sline %s

1.) Texte aus oerr unter Linux 06512, 00000, „at %sline %s“ // *Cause:   Backtrace message as the stack is unwound by unhandled //           exceptions. // *Action: Fix the problem causing the exception or write an exception //           handler for this condition. Or...

ORA-29278 – SMTP transient error: %s

1.) Texte aus oerr unter Linux29278, 00000, „SMTP transient error: %s“// *Cause: A SMTP transient error occurred.// *Action: Correct the error and retry the SMTP operation.2.) ErklärungMit dem Package UTL_SMTP wurde versucht, E-Mails aus der Datenbank heraus zu...

ORA-0165

a)    Texte aus oerr unter Linux 01653, 00000, „unable to extend table %s.%s by %s in tablespace %s“// *Cause:  Failed to allocate an extent of the required number of blocks for//          a table segment in the tablespace indicated.// *Action: Use ALTER TABLESPACE...

ORA-39070 Unable to open the log file

1.) Texte aus oerr unter Linux 39070, 00000, „Unable to open the log file.“// *Cause:  Errors were detecting while opening the log file.  Subsequent//          messages will detail the problems.// *Action: Fix the problems outlined in the secondary messages. 2.)...