Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> temp tablespace allocaton question
I am looking at v$sort_segment and notice that if take total_blocks
(18848) times block size (8192) you get 147.25 M. Shouldn't this equal
the 1000M that was allocated?
SQL> select name,bytes/1024/1024 bytes_m from v$tempfile;
NAME
BYTES_M
SQL> select * from v$sort_segment;
TABLESPACE_NAME SEGMENT_FILE SEGMENT_BLOCK EXTENT_SIZECURRENT_USERS TOTAL_EXTENTS TOTAL_BLOCKS USED_EXTENTS USED_BLOCKS FREE_EXTENTS
------------------------------- ------------ ------------- -----------
TEMP 0 0 8 0 2356 18848 0 0 2356 18848 0 51930 0 0 2356 18848 2249 17992 2249 17992 0
SQL>
Jeffrey Beckstrom
Database Administrator
Greater Cleveland Regional Transit Authority
1240 W. 6th Street
Cleveland, Ohio 44113
Received on Fri Jan 06 2006 - 17:28:11 CST
![]() |
![]() |