069 / 58 80 436 10 info@dbaservices.de
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 versucht, eine Zeile mit einem Fremdschlüssel in eine Tabelle einzufügen, für dessen Wert keine Entsprechung in der übergeordneten Tabelle (dort Primärschlüssel) gibt.

3.) Lösungsvorschläge

Vor dem Insert eine Zeile in die übergeordnete Tabelle mit dem entsprechenden Wert einfügen oder den Wert des Fremdschlüssels anpassen oder den Fremdschlüssel entfernen, was aber eine Anpassung der Metadaten bedeutet.

Haben Sie Fragen?

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

NEUSTE BEITRÄGE

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

ORA-01549 tablespace not empty, use INCLUDING CONTENTS option

1.) Texte aus oerr unter Linux 01549, 00000, „tablespace not empty, use INCLUDING CONTENTS option“// *Cause: Tried to drop a non-empty tablespace// *Action: To drop all the objects in the tablespace, use the INCLUDING//         CONTENTS option 2.) Erklärung Es wurde...