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

Home -> Community -> Usenet -> c.d.o.misc -> How to know the size change of a table under SQL*plus?

How to know the size change of a table under SQL*plus?

From: Lucy Xu <lx15_at_columbia.edu>
Date: Fri, 13 Aug 1999 13:43:09 -0400
Message-ID: <37B4592D.251056A6@columbia.edu>


Hi,

I have problem with getting to know the size change of a table in bytes under SQL*plus. I tried using SELECT SEGMENT_NAME, BYTES FROM USER_SEGMENTS. I found the table name, the number of bytes. But after I deleted over 500 rows in that table, the number of bytes for the table still remained the same. I may need to use some other statements to know if a table's size changes. Would someone like to help me on this? I really appreciate it.

Thanks a lot.

Regard,

Lucy Received on Fri Aug 13 1999 - 12:43:09 CDT

Original text of this message

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