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, 222 of 237


V$TEMP_EXTENT_POOL

This view displays the state of temporary space cached and used for a given instance. Note that loading of the temporary space cache is lazy, and that instances can be dormant. Use GV$TEMP_EXTENT_POOL for information about all instances.

Column Datatype Description

TABLESPACE_NAME

VARCHAR2(30)

Name of the tablespace

FILE_ID

NUMBER

Absolute file number

EXTENTS_CACHED

NUMBER

How many extents have been cached

EXTENTS_USED

NUMBER

How many extents are actually being used

BLOCKS_CACHED

NUMBER

How many blocks are cached

BLOCKS_USED

NUMBER

How many blocks are used

BYTES_CACHED

NUMBER

How many bytes are cached

BYTES_USED

NUMBER

How many bytes used

RELATIVE_FNO

NUMBER

The relative file number


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