Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Space wasted because of automatic undo management

Re: Space wasted because of automatic undo management

From: <bdbafh_at_gmail.com>
Date: 1 Apr 2005 12:26:10 -0800
Message-ID: <1112387170.894036.220970@g14g2000cwa.googlegroups.com>


if space is that much of a problem:
 drop and re-create the tempfiles and make the developers fix the statements.
 don't install (uninstall) the unneeded, unused components.  reduce the ts_quotas for users.
 get rid of the redundant indexes.
 remove the unneeded old oracle homes
 remove the .dfj files underneath
$ORACLE_HOME/assistants/dbca/templates
 migrate to 10.1 from 9.2, its less than half the footprint for the db server binaries.
 look for old datafiles that are no longer part of the database but are still in the filesystem.

I'll bet that you reclaim plenty of wasted space.

-bdbafh Received on Fri Apr 01 2005 - 14:26:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US