Re: Database Growth for previous month

  • From: "Radoulov, Dimitre" <cichomitiko@xxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Sat, 05 Jun 2010 19:37:52 +0200


Could you please help me is there any way to get the database growth
for the previous two months.
[...]


If you use a recovery catalog with the report schema command (>= 9i?):


RMAN> report schema at time 'sysdate - 30';

RMAN> report schema at time 'sysdate - 61';


Of course, it will not show you how much space was actually used inside the datafiles ...



Regards
Dimitre
--
//www.freelists.org/webpage/oracle-l


Other related posts: