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: Monitoring Growth Rates of all Objects

Re: Monitoring Growth Rates of all Objects

From: Phil Cook <pncook_at_worldnet.att.net>
Date: 1998/03/17
Message-ID: <6ekodh$kqq@bgtnsc03.worldnet.att.net>#1/1

Richard,

I wrote a pl/sql package which uses the dba_extents view and groups the sum of the bytes by owner, segment_type, and segment_name. The pl/sql runs once a week, and I capture the bytes, number of extents, and growth rates. Also, look at the dbms_space package to see if there is anything there that may be of value to you.

Phil Cook Received on Tue Mar 17 1998 - 00:00:00 CST

Original text of this message

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