Re: determine size of table in KB ,inOracle DB

From: Terry Ball <terry_ball_at_csgsystems.com>
Date: Thu, 13 May 1999 15:01:26 -0500
Message-ID: <373B2F96.E458ECFF_at_csgsystems.com>


[Quoted] select bytes from user_tables where table_name = <yourtablename> and in KB
select bytes/1024 from user_tables where table_name = <yourtablename>

Terry Ball
Sr. DBA, CSG Systems

Yaniv wrote:

> how can I determine the size of table in my Oracle DB ?
> Thanks.
Received on Thu May 13 1999 - 22:01:26 CEST

Original text of this message