Skip Headers

Oracle9i OLAP User's Guide
Release 2 (9.2.0.2)

Part Number A95295-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

V$AW_OLAP

V$AW_OLAP provides a record of active sessions and their use with analytic workspaces. A row is generated whenever an analytic workspace is created or attached. The first row for a session is created when the first DML command is issued. It identifies the SYS.EXPRESS workspace, which is attached automatically to each session. Rows related to a particular analytic workspace are deleted when the workspace is detached from the session or the session ends.

Column Datatype Description

SESSION_ID

NUMBER

A unique numerical identifier for a session.

AW_NUMBER

NUMBER

A unique numerical identifier for an analytic workspace.

ATTACH_MODE

VARCHAR2(10)

READ ONLY or READ WRITE.

GENERATION

NUMBER

The generation of an analytic workspace. Each UPDATE creates a new generation. Sessions attaching the same workspace between UPDATE commands share the same generation.

TEMP_SPACE_PAGES

NUMBER

The number of pages stored in temporary segments for the analytic workspace.

TEMP_SPACE_READS

NUMBER

The number of times data has been read from a temporary segment and not from the page pool.

LOB_READS

NUMBER

The number of times data has been read from the table where the analytic workspace is stored (the permanent LOB).

POOL_CHANGED_PAGES

NUMBER

The number of pages in the page pool that have been modified in this analytic workspace.

POOL_UNCHANGED_PAGES

NUMBER

The number of pages in the page pool that have not been modified in this analytic workspace.