Guest_imported
New member
- Jan 1, 1970
- 0
Hi all,
Is there a way find the number of actual blocks occupied by a certain table (maybe by using ROWID)?
Also, is it possible to get the total block size (in bytes) of Oracle? I tried:
[tt]select sum(bytes) from user_free_space;[/tt]
but am not sure if that is correct.
:
DinaZ
Is there a way find the number of actual blocks occupied by a certain table (maybe by using ROWID)?
Also, is it possible to get the total block size (in bytes) of Oracle? I tried:
[tt]select sum(bytes) from user_free_space;[/tt]
but am not sure if that is correct.
:
DinaZ