a) Texte aus oerr unter Linux
02154, 00000, „a tablespace with the name ‚%s‘ is found“
// *Cause: An attempt to rename a tablespace to a new name failed because
// the new name is already used by some other tablespace.
// *Action: Retry with a different new name.
b) Erklärung
Dieser Fehler tritt auf, wenn beim Anlegen eines Tabelspaces ein bereits vorhandener Tablespace Name verwendet wird.
c) Lösung
Überprüfen, welche tablespaces bereits existieren:
Select Name from v$tablespace.
Anhand der Ausgabe einen noch nicht verwendeten Tablespace Namen benutzen und das Statement erneut ausführen.