HomePage » Database » Oracle » OracleTable


Show table size

SHOW parameter block;

SELECT owner, table_name, num_rows,
BLOCKS*8192/1024/1024 AS SizeMb, empty_blocks, last_analyzed
FROM dba_tables
WHERE table_name='SOME_TABLE';

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki