Oracle9i Database Reference
Release 1 (9.0.1)

Part Number A90190-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Dynamic Performance (V$) Views, 198 of 211


V$TEMP_SPACE_HEADER

This view displays aggregate information per file per temporary tablespace regarding how much space is currently being used and how much is free as identified in the space header.

Column  Datatype  Description 

TABLESPACE_NAME 

VARCHAR2(30) 

The name of the temporary tablespace 

FILE_ID 

NUMBER 

The absolute file number 

BYTES_USED 

NUMBER 

How many bytes are in use 

BLOCKS_USED 

NUMBER 

How many blocks are in use 

BYTES_FREE 

NUMBER 

How many bytes are free 

BLOCKS_FREE 

NUMBER 

How many blocks are free 

RELATIVE_FNO 

NUMBER 

The relative file number for the file 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback