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: Table Size

RE: Table Size

From: Goulet, Dick <DGoulet_at_vicr.com>
Date: Wed, 15 Oct 2003 13:24:33 -0800
Message-ID: <F001.005D3435.20031015132433@fatcity.com>


Then the easy answer is:  

select sum(nvl(vsize(<column_1>),1)+nvl(vsize(<column_2>),1)+...... )/1073741824 from <table_name>;    

Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA

-----Original Message-----

Sent: Wednesday, October 15, 2003 3:55 PM To: Multiple recipients of list ORACLE-L

All the tables already exist and have data.  

Thanks a lot for your response,
Rajesh

-----Original Message-----

Sent: Wednesday, October 15, 2003 12:45 PM To: Multiple recipients of list ORACLE-L

Raj,  

    Does the table already exist & have data or are you looking for a gestimate?  

Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA

-----Original Message-----

Sent: Wednesday, October 15, 2003 3:24 PM To: Multiple recipients of list ORACLE-L

Hi All,

    Could somebody help me in finding the actual size of an oracle table in GB.  

TIA,
Rajesh    

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Goulet, Dick
  INET: DGoulet_at_vicr.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Received on Wed Oct 15 2003 - 16:24:33 CDT

Original text of this message

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