Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

System01.dbf is too long

Status
Not open for further replies.

Enry

Programmer
Sep 27, 2001
2
MX
I have a problem with the file system01.dbf, it's too long about 23GB and I need to compact it.
Is there any way to do it?
Thanks
 
You can resize a datafile, But I dont think that is the real problem with your database.
Your SYSTEM tablespace is getting way too big. It looks like some objects are getting created in there that should not. I cannot see a reason why SYSTEM would grow to 23GB, since it is only used by oracle to store internal data like object definition and sometimes some repository.
I would look at the objects in SYSTEM and move what does not belong to other tablespaces like USER, TOOLS, DATA or INDEX depending on the object.
Also I would check the default tablespace for the users, looks like it may be SYSTEM and should not be.
In any case, you can also add smaller datafiles to SYSTEM to solve your problem instead of increasing the size of the dbf you already have.
 
Mi problem was resolved.

Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top