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: How do you folks keep track of your total Oracle space useage?

Re: How do you folks keep track of your total Oracle space useage?

From: EdStevens <quetico_man_at_yahoo.com>
Date: Mon, 18 Jun 2007 10:26:13 -0700
Message-ID: <1182187573.832697.165500@q19g2000prn.googlegroups.com>


On Jun 18, 11:42 am, GS <G..._at_GS.com> wrote:
> Kind of an odd question, I know..
>
> A couple of times a year I get asked for various reasons how much total
> disk space are all of our databases taking up. Usually I have a ball
> park figure just going from memory, and at times just scroll through the
> database storage tabs in OEM or run "select sum(bytes)/1024/1024 from
> dba_data_files;" on each database and tabulate the results manually.
>
> With our SAN environment going through many changes and new off site
> backup strategies being looked at I am thinking I should have a "one
> button" approach to this where I can have this result with a moments
> notice. AFAIK there is no tool to do just this, none that I am aware of
> anyway. OEM would be the obvious place to have this, since all the
> username/pwds can be stored as preferred credentials. I was also
> thinking of just taking one of my sandbox db's and create dblinks to
> each and every database then running the above SQL on each db with many
> UNION clauses and using sql formatting to sum the totals. A bit
> cumbersome to set up but would do the trick.
>
> Anyone think of a better way? Or IS there a tool or bit of freeware out
> there that does just this?
>
> thanks!

In addition to dba_data_files, you would want to consider dba_temporary_files, plus the size of your online redo logs (including mirrored copies), plus the size of your control files (including mirrored copies), plus the peak usage of your archivelogs, plus the peak usage of your backups ..... obviously, some of this is not available from a query of the database ..... Received on Mon Jun 18 2007 - 12:26:13 CDT

Original text of this message

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