ORA-Fehler

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

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

ORA-01577 „cannot add log file ‚%s‘ – file already part of database“
a) Texte aus oerr unter Linux 01577, 00000, „cannot add log file ‚%s‘ – file already part of database“// *Cause: During CREATE or ALTER DATABASE, a file being added is already// part of the database.// *Action: Use a different file name. b)...

ORA-01641 „tablespace ‚%s‘ is not online – cannot add data file“
a) Texte aus oerr unter Linux 01641, 00000, „tablespace ‚%s‘ is not online – cannot add data file“// *Cause: Attempting to add a datafile to a tablespace that has been set// to read-only or offline.// *Action: Make the tablespace online and read write then...

ORA-01646 „tablespace ‚%s‘ is not read-only – cannot make read write“
a) Texte aus oerr unter Linux 01646, 00000, „tablespace ‚%s‘ is not read-only – cannot make read write“// *Cause: Attempting to make a tablespace read write that is not read-only.// It may be either online or offline.// *Action: Leave tablespace read write....

ORA-01658 „unable to create INITIAL extent for segment in tablespace %s“
a) Texte aus oerr unter Linux 01658, 00000, „unable to create INITIAL extent for segment in tablespace %s“// *Cause: Failed to find sufficient contiguous space to allocate INITIAL// extent for segment being created.// *Action: Use ALTER TABLESPACE ADD...

ORA-01683 „unable to extend index %s.%s partition %s by %s in tablespace %s“
a) Texte aus oerr unter Linux01683, 00000, „unable to extend index %s.%s partition %s by %s in tablespace %s“// *Cause: Failed to allocate an extent of the required number of blocks for// index segment in the tablespace indicated.// *Action: Use ALTER...

ORA-01689 „syntax error in clause \“%s\“ of %s“
a) Texte aus oerr unter Linux01689, 00000, „syntax error in clause \“%s\“ of %s“// *Cause: There was a syntax in the INIT.ORA parameter.// *Action: Fix the syntax error and restart the instance. b) ErklärungDieser Fehler tritt auf, wenn in der INIT.ORA Datei ein...

ORA-01690 „sort area size too small“
a) Texte aus oerr unter Linux01690, 00000, „sort area size too small“// *Cause: sort area size too small to fit two records in memory// *Action: increase sort_area_size b) ErklärungDieser Fehler tritt auf, wenn die Sort Area size zu klein ist.c) LösungDen Wert des...