SYSTEM tablespace 95% full
394354Jun 18 2003 — edited Jun 20 2003Hi,
I'm a newbie on DBA tasks. We're using Oracle 8.1.5.
I ran a script that didn't specify the temporary tablespace for a user should be TEMP, so the default temp tablespace is the SYSTEM. I ran this command to point to the correct temporary tablepace:
alter user username
default tablespace ABC
temporary tablespace TEMP
quota 0 on SYSTEM;
The problem now is how to decrease the SYSTEM tablespace (do you call this threshold?), because it's 95% full. I might not be using the right words, but my concern is that the SYSTEM is 95% full.
Please tell me the steps I should do to solve this.
Any help would be very appreciated.