Oracle® OLAP Reference 10g Release 2 (10.2) Part Number B14350-01 |
|
|
View PDF |
ALL_OLAP2_AW_DIMENSIONS
lists the dimensions in standard form analytic workspaces.
The ALL_OLAP2_AW_DIMENSIONS
view uses the direct analytic workspace metadata access process to rapidly return information about standard form metadata. It does not use a caching mechanism and is unaffected by CWM2_OLAP_METADATA_REFRESH
. See Chapter 19 for more information.
Column | Datatype | NULL | Description |
---|---|---|---|
AW_OWNER |
VARCHAR2(30) |
Owner of the analytic workspace. | |
AW_NAME |
VARCHAR2(30) |
Name of the analytic workspace. | |
AW_LOGICAL_NAME |
VARCHAR2(90) |
Logical name of the dimension in the analytic workspace. | |
AW_PHYSICAL_OBJECT |
VARCHAR2(1000) |
Standard form name of the dimension in the analytic workspace. | |
SOURCE_OWNER |
VARCHAR2(1000) |
Owner of the source dimension in the OLAP Catalog. | |
SOURCE_NAME |
VARCHAR2(1000) |
Name of the source dimension in the OLAP Catalog. |