069 / 58 80 436 10 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?

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

NEUSTE BEITRÄGE

DBVisit Single Instance Standby for RAC

A few months ago I got the exciting task to create a single instance standby for a RAC. Honestly,I was skeptical about whether it would run properly. Additionaly, the single instance should be usingfilesystem, while the Real Application Clusters is using ASM. Except...

ORA-00936 – missing expression

1.) Texte aus oerr unter Linux 00936, 00000, „missing expression“ // *Cause: // *Action 2.) Erklärung Diese Meldung wird angezeigt, wenn ein Teil der Syntax fehlt. Fehlen z.B. bei einem Select-Statement die Spaltennamen (bzw. * für alle Spalten), so wird diese Meldung...

ORA-06550 – line %s, column %s:\n%s

1.) Texte aus oerr unter Linux 06550, 00000, „line %s, column %s:\n%s“ // *Cause: Usually a PL/SQL compilation error. // *Action:… 2.) Erklärung Es wurde versucht, einen invalid Block oder PL/SQL-Code auszuführen. Dabei ist ein Fehler bei der Kompilierung aufgetreten....