+49 6102 86801 50 info@dbaservices.de
ORA-01570 „MINEXTENTS must be no larger than the %s extents currently allocated“

a) Texte aus oerr unter Linux

// *Cause: The number of extents allocated is smaller than the MINEXTENTS
// specified.
// *Action: Specify a smaller MINEXTENTS value.

b) Erklärung
Dieser Fehler tritt auf, wenn die Anzahl der bereits allokierten Extents kleiner ist als der Wert, welcher bei Minextents angegeben ist.
c) Lösung
Den Wert für Minextents niedriger setzen als die bereits allokierten Extents.

Haben Sie Fragen?

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

NEUSTE BEITRÄGE

ORA-06512 – ORA-06512 at %sline %s

1.) Texte aus oerr unter Linux 06512, 00000, „at %sline %s“ // *Cause:   Backtrace message as the stack is unwound by unhandled //           exceptions. // *Action: Fix the problem causing the exception or write an exception //           handler for this condition. Or...

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