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