[Home] [Help]
[Dependency Information]
| Object Name: | CDB_CUBE_HIER_VIEW_COLUMNS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
OLAP Hierarchy View Columns in the database in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Owner of the OLAP Hierarchy View Column | |
| DIMENSION_NAME | VARCHAR2 | (30) | 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 | (30) | View Name of the OLAP Hierarchy View Column | |
| COLUMN_NAME | VARCHAR2 | (30) | 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 | |
| CON_ID | NUMBER | container id |
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
, CON_ID
FROM SYS.CDB_CUBE_HIER_VIEW_COLUMNS;
SYS.CDB_CUBE_HIER_VIEW_COLUMNS does not reference any database object
SYS.CDB_CUBE_HIER_VIEW_COLUMNS is referenced by following:
PUBLIC
CDB_CUBE_HIER_VIEW_COLUMNS
|
|
|
|