Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

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

Dynamic Performance (V$) Views, 166 of 179


V$TEMPFILE

This view displays tempfile information.

Column  Datatype  Description 

FILE# 

NUMBER 

The absolute file number 

CREATION_CHANGE# 

NUMBER 

The creation System Change Number 

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-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index