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

Thread: how to find record size using a query

  1. #1
    Join Date
    Mar 2005
    Posts
    1

    how to find record size using a query

    Hi all,

    Is there a query to find the length of a given table.

    thanks
    shyam.s

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    If you analyze table, you can use the following query.

    Select avg_row_len from user_tables where table_name = 'YOURTABLE';

    Tamil

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