ORA-Fehler
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
Lösung: Kein Backup notwendig und die target-DB ist offen und befindet sich im archivelog-Modus
ORA-16782 – instance not open for read and write access
1.) TEXTE AUS OERR UNTER LINUX 16782, 00000, „instance not open for read and write access“ // *Cause: The database was mounted on an instance but not opened for read // and write access. // *Action: For more details, check the status of the database using...
ORA-12719 operation requires database is in RESTRICTED mode
1.) TEXTE AUS OERR UNTER LINUX // *Cause: This command can only be run when the database is in RESTRICTED mode// *Action: Ensure that the system is in RESTRICTED mode 2.) ERKLÄRUNG Der Fehler ORA-12719 tritt bei einem „DROP DATABASE“ auf, wenn die Datenbank nicht im...
ORA-01103 database name ‚%s‘ in control file is not ‚%s‘
1.) TEXTE AUS OERR UNTER LINUX 01103, 00000, „database name ‚%s‘ in control file is not ‚%s'“// *Cause: The database name in the control file does not match your// database name.// *Action: Either find the correct control file or change your database name....
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.// ...
ORA-12570 – TNS:packet reader failure
1.) TEXTE AUS OERR UNTER LINUX 12570, 00000, „TNS:packet reader failure“ // *Cause: An error occurred during a data receive. // *Action: Not normally visible to the user. For further details, turn // on tracing and reexecute the operation. If error persists, contact...
ORA-12560 – TNS:protocol adapter error
1.) TEXTE AUS OERR UNTER LINUX 12560, 00000, „TNS:protocol adapter error“ // *Cause: A generic protocol adapter error occurred. // *Action: Check addresses used for proper protocol specification. Before // reporting this error, look at the error stack and check for...
ORA-12571 – TNS:packet writer failure
1.) TEXTE AUS OERR UNTER LINUX 12571, 00000, „TNS:packet writer failure“ // *Cause: An error occurred during a data send. // *Action: Not normally visible to the user. For further details, turn // on tracing and reexecute the operation. If error persists, contact //...
ORA-07445 – exception encountered: core dump [%s] [%s] [%s] [%s] [%s] [%s]
1.) TEXTE AUS OERR UNTER LINUX 07445, 00000, „exception encountered: core dump [%s] [%s] [%s] [%s] [%s] [%s]“ // *Cause: An operating system exception occurred which should result in the // creation of a core file. This is an internal error. // *Action: Visit...
ORA-00020 – maximum number of processes (%s) exceeded
1.) TEXTE AUS OERR UNTER LINUX 00020, 00000, „maximum number of processes (%s) exceeded“ // *Cause: All process state objects are in use. // *Action: Increase the value of the PROCESSES initialization parameter. 2.) ERKLÄRUNG Die Obergrenze für Anzahl der Prozesse...
ORA-12516 – TNS:listener could not find available handler with matching protocol stack
1.) TEXTE AUS OERR UNTER LINUX 12516, 00000, „TNS:listener could not find available handler with matching protocol stack“ // *Cause: None of the known and available service handlers for the given // SERVICE_NAME support the client’s protocol stack: transport, session,...
ORA-12514 – TNS:listener does not currently know of service requested in connect descriptor
1.) TEXTE AUS OERR UNTER LINUX 12514, 00000, „TNS:listener does not currently know of service requested in connect descriptor“ // *Cause: The listener received a request to establish a connection to a // database or other service. The connect descriptor received by...