DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Calculating the row size

  1. #1
    Join Date
    Sep 2000
    Posts
    362
    Hi,
    How do I calculate the average row size of a populated table.

    Thanks
    Anurag

  2. #2
    Join Date
    Nov 2000
    Posts
    344
    analyze table bar compute statistics;

    select * from dba_tables
    where owner = 'FOO' and
    table_name = 'BAR';

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width