069 / 58 80 436 10 info@dbaservices.de
ORA-03113 end-of-file on communication channel

1.) TEXTE AUS OERR UNTER LINUX

// *Cause: The connection between Client and Server process was broken.
// *Action: There was a communication error that requires further investigation.
//          First, check for network problems and review the SQL*Net setup.
//          Also, look in the alert.log file for any errors. Finally, test to
//          see whether the server process is dead and whether a trace file
//          was generated at failure time.

2.) ERKLÄRUNG

Der Fehler ORA-03113 tritt auf, wenn es Probleme mit dem Netzwerk gibt.

3.) LÖSUNG

Als erstes sollte Das Alert Log nach eventuellen Fehler überprüft werden.
Weiterhin kann mit TNSPING+“EINTRAG in der TNSNAMES“ geprüft werden, ob die Datenbank über das Netz überhaupt erreichbar ist.
Natürlich darf nicht vergessen werden zu überprüfen, ob die Datenbank hoch gefahren ist.

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