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...
ORA-01550 „cannot drop system tablespace“
a) Texte aus oerr unter Linux 01550, 00000, „cannot drop system tablespace“// *Cause: Tried to drop system tablespace// *Action: None b) ErklärungDieser Fehler tritt auf, wenn versucht wird den SYSTEM Tablespace zu löschen.Der SYSTEM Tablespace kann aber nicht...
ORA-01553 „MAXEXTENTS must be no smaller than the %s extents currently allocated“
a) Texte aus oerr unter Linux 01553, 00000, „MAXEXTENTS must be no smaller than the %s extents currently allocated“// *Cause: The number of extents allocated is greater than the MAXEXTENTS// specified.// *Action: Specify a larger MAXEXTENTS value.b) ErklärungDieser...
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ärungDieser Fehler tritt auf, wenn die Anzahl der bereits allokierten Extents kleiner ist als der...