Reorganize and Shrink SYSTEM-Tablespace
in a 11gR2 Database i have a large SYSTEM-Tablespace.
Some Datapump-Exports failed and i didn´t realize it.
Now i deleted the Exports-Tables and have much free space but i can´t set a smaller size.
Error-message is: ORA-03297- File Contains used data beyond requested RESIZE value
now my question. how can i shrink the Tabelspace?
in some forums i found information for normal tablespaces.
i should use "ALTER TABLE <TABLE NAME> MOVE TABLESPACE <TABLESPACE_NAME> " for reorganization and then set a smaller size.
can i do this with the SYSTEM-Tablespace?