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 many database we have

Re: how many database we have

From: joel garry <joel-garry_at_home.com>
Date: 7 Sep 2006 16:38:36 -0700
Message-ID: <1157672316.003349.316210@m73g2000cwd.googlegroups.com>

Brian Peasland wrote:

>
> > and about controlfile size I want to know the size of controlfile in
> > bytes used right now.
>
> SELECT SUM(record_size) FROM v$controlfile_record_section;
>

Maybe
select sum(record_size*records_used) from v$controlfile_record_section;

But that seems low still compared to the size of my controlfile. And lower still if you use last_index - first_index instead of records_used. I'm not sure any of this is useful.

jg

--
@home.com is bogus.
http://www.anomalies-unlimited.com/Odd_Pics.html
Received on Thu Sep 07 2006 - 18:38:36 CDT

Original text of this message

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