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

Static Data Dictionary Views, 293 of 521


DBA_TEMP_FILES

DBA_TEMP_FILES describes all temporary files (tempfiles) in the database.

Column  Datatype  NULL  Description 

FILE_NAME 

VARCHAR2(513) 

 

Name of the database temp file 

FILE_ID 

NUMBER 

 

ID of the database temp file 

TABLESPACE_NAME 

VARCHAR2(30) 

NOT NULL 

Name of the tablespace to which the file belongs 

BYTES 

NUMBER 

 

Size of the file in bytes 

BLOCKS 

NUMBER 

 

Size of the file in Oracle blocks 

STATUS 

CHAR(9) 

 

File status: AVAILABLE 

RELATIVE_FNO 

NUMBER 

 

Tablespace-relative file number 

AUTOEXTENSIBLE 

VARCHAR2(3) 

 

Autoextensible indicator (YES | NO

MAXBYTES 

NUMBER 

 

maximum size of the file in bytes 

MAXBLOCKS 

NUMBER 

 

Maximum size of the file in Oracle database blocks 

INCREMENT_BY 

NUMBER 

 

Default increment for autoextension 

USER_BYTES 

NUMBER 

 

Size of the useful portion of file in bytes 

USER_BLOCKS 

NUMBER 

 

Size of the useful portion of file in Oracle database blocks 


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