Skip Headers

Oracle9i Database Reference
Release 2 (9.2)

Part Number A96536-01
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, 224 of 237


V$TEMPFILE

This view displays tempfile information.

Column Datatype Description

FILE#

NUMBER

The absolute file number

CREATION_CHANGE#

NUMBER

The creation System Change Number (SCN)

CREATION_TIME

DATE

The creation time

TS#

NUMBER

The tablespace number

RFILE#

NUMBER

The relative file number in tablespace

STATUS

VARCHAR2(7)

The status of the file (OFFLINE|ONLINE)

ENABLED

VARCHAR2(10)

Enabled for read and/or write

BYTES

NUMBER

The size of the file in bytes (from file header)

BLOCKS

NUMBER

The size of the file in blocks (from file header)

CREATE_BYTES

NUMBER

The creation size of the file (in bytes)

BLOCK_SIZE

NUMBER

The block size for the file

NAME

VARCHAR2(513)

The name of the file


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996, 2002 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