Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: your mail

Re: your mail

From: Rajib Agarwala <raj123_at_HCLGGN.HCLC-GGN.HCLA.COM>
Date: Tue Jan 16 05:16:46 1996
Message-Id: <9601161016.AA24305@alice.jcc.com>


> Is it possible to approximately estimate how much disk space a export of the
> full oracle database will occupy.
>
> Thanks
>
> Sriram
>
> Email : krishnan_at_panasun.panasonicfa.com
>

Dear Sriram,

     You select the datafiles from the database by the following
     way.Then you add the size of this data files.

     SQL>select name,bytes from v$datafile
         where status = 'ONLINE';

     In this way you can get size of the full database.

     Regards.

Rajib Agarwala
raj123_at_hclggn.hcla.com Received on Tue Jan 16 1996 - 05:16:46 CST

Original text of this message

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