Oracle 11gR1
V$TEMP_EXTENT_MAP
displays the status of each unit for all LOCALLY MANAGED temporary tablespaces.
Column | Datatype | Description |
|
| Name of the tablespace this unit belongs to |
|
| Absolute file number |
|
| Begin block number for this unit |
|
| Bytes in the extent |
|
| Blocks in the extent |
|
| Instance which owns this unit |
|
| Relative file number |
Note:
1.
select * from V$TEMP_EXTENT_MAP;
TABLESPACE_NAME | FILE_ID | BLOCK_ID | BYTES | BLOCKS | OWNER | RELATIVE_FNO |
TEMP | 8 | 5 | 1048576 | 64 | 1 | 8 |
TEMP | 8 | 69 | 1048576 | 64 | 1 | 8 |
TEMP | 8 | 133 | 1048576 | 64 | 1 | 8 |
TEMP | 8 | 197 | 1048576 | 64 | 1 | 8 |
No comments:
Post a Comment