|
最初由 Puber 发布
[B]...
BTW: The 'TOOLS' tablespace has ever been used. All segments on it were dropped before the experiment.
select owner,segment_name,segment_type,tablespace_name,extent_id,file_id,block_id,blocks,relative_fno from dba_extents where tablespace_name='TOOLS';
OWNER SEGMENT_NA SEGMENT_ TABLESPACE EXTENT_ID FILE_ID BLOCK_ID BLOCKS RELATIVE_FNO
-------- ---------- -------- ---------- --------- ------- -------- ------ ------------
SYS DEMOTAB TABLE TOOLS 0 4 9 8 4
...
[/B]
Are you saying TOOLS was never used or it *was* used at some point of time? But I don't think it matters.
Thanks for telling us the number of blocks in the extent. Since the starting block is 9 and blocks is 8 and your data is in block 15, it looks like the data is in kind of in the middle of the second half of the extent. Mine is too (BTW, earlier I said my data was in the first block of the second half. I was wrong. I just edited and changed my message saying it's near the middle of the second half). I don't know how to explain.
Yong Huang |
|