Skip Headers
Oracle® OLAP Reference
10g Release 2 (10.2)

Part Number B14350-01
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
Previous
Go to next page
Next
View PDF

ALL_AW_PROP

ALL_AW_PROP lists the current OLAP DML properties and their values in all analytic workspaces that are accessible to the user. The workspaces may have been created by DBMS_AWM or by another tool, such as the OLAP Analytic Workspace API.

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL User name of the analytic workspace owner
AW_NUMBER NUMBER NOT NULL Unique identifier within the database for the analytic workspace
AW_NAME VARCHAR2(30)
Name of the analytic workspace
OBJ_ID NUMBER(20)
Unique identifier for the object within the analytic workspace
OBJ_NAME VARCHAR2(256)
Name of the object
PROPERTY_NAME VARCHAR2(256)
Name of the property
PROPERTY_TYPE VARCHAR2(4000)
Data type of the property value
PROPERTY_VALUE VARCHAR2(4000)
Value of the property
FULL_PROPERTY_VALUE CLOB
Full value of the property
PROPERTY_VALUE_LENGTH NUMBER
Length of the property value