+49 6102 86801 50 info@dbaservices.de
ORA-28040 nach Upgrade auf 12c, 18c oder 19c

Sie haben gerade Ihre Datenbank upgegradet und ihre Applikation, TOAD oder ein anderer Client meldet auf einmal einen ORA-28040 beim Versuch sich an der Datenbank anzumelden. Dann verwenden Sie wahrscheinlich einen Oracle Client oder einen Oracle JDBC Treiber der älter als 11.2.0.3 ist.

Unsere Empfehlung ist hier ganz klar, upgraden Sie auch Ihren Client auf 11.2.0.4 (Terminal Release der 11gR2, Download nur über Oracle Support Portal möglich) oder noch besser auf eine höhere Version wenn möglich.

Es besteht auch noch die Möglichkeit einen SQLNET.ORA Parameter namens SQLNET_ALLOWED_LOGON_VERSION bei Verwendungs eines OCI Clients zu setzen, allerdings funktioniert dies nicht bei der Verwendung eines JDBC Thin Treibers.

Wenn Sie Hilfe beim Upgrade benötigen, rufen Sie uns an 069-588043610, wir helfen Ihnen gerne !!!

Referenz: Die Ausgabe von oerr

28040, 0000, „No matching authentication protocol“
// *Cause: No acceptible authentication protocol for both client and server
// *Action: Administrator should set SQLNET_ALLOWED_LOGON_VERSION parameter
// on both client and servers to values that matches the minimum
// version supported in the system.

Haben Sie Fragen?

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

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