069 / 58 80 436 10 info@dbaservices.de
OPatch Failed With Error Code 135 Unable to parse the xml file,because of offending special character in the patch directory

betrifft: Oracle Database – Enterprise Edition – Version 9.2.0.1 to 12.1.0.1 [Release 9.2 to 12.1] – alle Plattformen

Fehlerausgabe:
$ opatch apply -invPtrLoc /u01/app/oracle/product/11gR2/oraInst.loc
Oracle Interim Patch Installer version 11.2.0.3.4
Copyright (c) 2012, Oracle Corporation. All rights reserved.
Interim Patch metadata parsing failure… ‘Unable to parse the xml file.’
Argument(s) Error… Unable to parse the xml file.
Please check the arguments and try again.
OPatch failed with error code 135
Opatch log Shows :
[Nov 14, 2013 2:33:05 PM] OUI-67022:Interim Patch metadata parsing failure… ‘Unable to parse the xml file.’
[Nov 14, 2013 2:33:05 PM] OPatch invoked as follows: ‘apply -invPtrLoc /u01/app/oracle/product/11gR2/oraInst.loc ‘
[Nov 14, 2013 2:33:05 PM] OUI-67135:Argument(s) Error… Unable to parse the xml file.
[Nov 14, 2013 2:33:05 PM] Please check the arguments and try again.
[Nov 14, 2013 2:33:05 PM] Stack Description: java.lang.UnsupportedOperationException: Argument(s) Error… Unable to parse the xml file.
[Nov 14, 2013 2:33:05 PM] StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:1711)
[Nov 14, 2013 2:33:05 PM] StackTrace: oracle.opatch.OPatch.main(OPatch.java:613)

Begründung und Lösung:
Sonderzeichen im Namen des Patchordners (verrutschte Tastatur)
vermieden werden sollten folgende Zeichen: /,>,<,|,:,&,#

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