a) Texte aus oerr unter Linux
02142, 00000, „missing or invalid ALTER TABLESPACE option“
// *Cause: A valid option was not present.
// *Action: Use one of the valid options: add, rename, default, online,
// offline, read only, read write, begin, end, no, force,
// retention guarantee and retention noguarantee.
b) Erklärung
Dieser Fehler tritt auf, wenn beim Ändern eines Tablespaces kein gültiger Parameter angegeben wird.
Zum Beispiel „alter tablespace datafile <Datei-Name> resize 50G;“ anstatt „alter database datafile <Datei-Name> resize 50G;“
c) Lösung
Das Statement entsprechend anpassen und erneut ausführen.