[Home] [Help]
[Dependency Information]
| Object Name: | ALL_CUBE_HIER_VIEW_COLUMNS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
OLAP Hierarchy View Columns in the database accessible to the user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Owner of the OLAP Hierarchy View Column | |
| DIMENSION_NAME | VARCHAR2 | (128) | Name of owning dimension of the OLAP Hierarchy View Column | |
| HIERARCHY_NAME | VARCHAR2 | (128) | Name of hierarchy of the OLAP Hierarchy View Column | |
| VIEW_NAME | VARCHAR2 | (128) | View Name of the OLAP Hierarchy View Column | |
| COLUMN_NAME | VARCHAR2 | (128) | Name of the OLAP Hierarchy View Column | |
| COLUMN_TYPE | VARCHAR2 | (11) | View Type of the OLAP Hierarchy View Column | |
| OBJECT_NAME | VARCHAR2 | (128) | No object names for OLAP Hierarchy View Columns |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, DIMENSION_NAME
, HIERARCHY_NAME
, VIEW_NAME
, COLUMN_NAME
, COLUMN_TYPE
, OBJECT_NAME
FROM SYS.ALL_CUBE_HIER_VIEW_COLUMNS;
SYS
COL$
OBJ$
OBJAUTH$
OLAP_ATTRIBUTES$
OLAP_AW_VIEWS$
OLAP_AW_VIEW_COLUMNS$
OLAP_DIM_LEVELS$
OLAP_HIERARCHIES$
OLAP_HIER_LEVELS$
USER$
PUBLIC
ALL_CUBE_HIER_VIEW_COLUMNS
|
|
|
|