|
-
 Originally Posted by newbie
to find actual size of a table:
select count (distinct substr(rowid,1,15)) from schema.table_name
explanation:
each rowid references a block. Sum of all the distinct blocks give you the actual table size.
HTH
Migrated and chained rows?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|