Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: SYSTEM TABLESPACE IS SO HUGE ?
Madhu
some one or something is writing into your system tablespace. I would
check to see if anyone has the system tablespace as their default
tablespace.
SELECT username from dba_users where default_tablespace ='SYSTEM';
or SELECT username from dba_users where temporary_tablespace
='SYSTEM';
Ron
ROR mô¿ôm
>>> Madhusudana.Reddy_at_bestbuy.com 08/15/02 02:06PM >>>
Hello Listers,
We have a database for which the SYSTEM tablespace size is nearly 10
gig ,
Now I have a plan to reduce the size of it . And database is running
on
8.1.7.2.
What would be the best and faster way to do it. Your ideas will be very
much
appreciated !!
Thank in advance,
Madhu
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Reddy, Madhusudana INET: Madhusudana.Reddy_at_bestbuy.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ron Rogers INET: RROGERS_at_galottery.org Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Aug 15 2002 - 13:51:15 CDT