Something like this ?
select dbms_rowid.ROWID_BLOCK_NUMBER(ROWID), count(*) NumberOfRowsInThisBlock
from Mytable
group by dbms_rowid.ROWID_BLOCK_NUMBER(ROWID)
But, this will not take into account migrated/chained rows.
Gert
|
Results 1 to 8 of 8
Thread: Rows in a block ?Threaded View
|
Click Here to Expand Forum to Full Width |