ORA-Fehler
ORA-02291 – integrity constraint (%s.%s) violated – parent key not found
1.) Texte aus oerr unter Linux 02291, 00000,“integrity constraint (%s.%s) violated – parent key not found“ // *Cause: A foreign key value has no matching primary key value. // *Action: Delete the foreign key or add a matching primary key. 2.) Erklärung Es wurde...
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-01438 – value larger than specified precision allowed for this column
1.) Texte aus oerr unter Linux 01438, 00000, „value larger than specified precision allowed for this column“ // *Cause: When inserting or updating records, a numeric value was entered // that exceeded the precision defined for the column. // *Action: Enter a...
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....
ORA-06502 – PL/SQL: numeric or value error%s
1.) Texte aus oerr unter Linux 06502, 00000, „PL/SQL: numeric or value error%s“ // *Cause: An arithmetic, numeric, string, conversion, or constraint error // occurred. For example, this error occurs if an attempt is made to // assign the value NULL to a...
ORA-01843 – not a valid mont
01843, 00000, „not a valid month“ // *Cause: A date specified an invalid month.// Valid months are: January-December, for format code MONTH, and Jan-Dec, for format code MON. // *Action: A date specified an invalid month.// Valid months are: January-December, for...
ORA-12154 – TNS:could not resolve the connect identifier specified
1.) Texte aus oerr unter Linux 12154, 00000, „TNS:could not resolve the connect identifier specified“ // *Cause: A connection to a database or other service was requested using // a connect identifier, and the connect identifier specified could not // be resolved into...
Hochverfügbare Datenbanksysteme? dbaservices!
Neu Isenburg 14. Februar 2014, dbaservices bietet mit “DB 24/7″ einen Premiumdienst für echte Hochverfügbarkeit Ihrer Datenbanken: Daten und deren Verfügbarkeit genießen maximale Priorität. Hochverfügbare Datenbanksysteme? dbaservices! Sie erreichen die dbaservices...
ORA-1652, ORA-1653, ORA-1654, ORA-1655, ORA-1658, ORA-1683, ORA-1688, ORA-1691, ORA-1692, Platzprobleme?
Eine Checkliste für die Erweiterung bei Platzproblemen Alle der oben genannten Fehlermeldungen weisen auf Platzprobleme in einem Tablespace in Ihrer Oracle Datenbank hin. In der Regel bedeutet dies, das ein Objekt keinen weiteren Platz allokieren kann, bis der...
Und täglich grüßt das Murmeltier – ORA-1555
Wohl einer der bekanntesten Fehler überhaupt, der gute alte ORA-01555 und noch genauso aktuell wie früher. Der Fehlertext ist mittlerweile irreführend, da eigentlich nicht mehr Rollback Segmente, sondern nur noch Undo Segmente verwendet werden. Nichtsdestotrotz bleibt...
ORA-600 – DON’T PANIC
Bei Auftreten eines ORA-600 Fehlers sollten Sie weder in Panik verfallen, noch sollten Sie den Fehler ignorieren. Deshalb Ruhe bewahren und den Fehler genau analysieren, da die Fehlermeldung allein nichts aussagt, außer das eine nicht behandelte Fehlersituation...