[Home] [Help]
[Dependency Information]
| Object Name: | DBA_CUBE_HIER_LEVELS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
OLAP Hierarchy Levels in the database
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Owner of the OLAP Hierarchy Level |
| DIMENSION_NAME | VARCHAR2 | (128) | Yes | Name of the owning Dimension of the OLAP Hierarchy Level |
| HIERARCHY_NAME | VARCHAR2 | (128) | Yes | Name of the owning Hierarchy of the OLAP Hierarchy Level |
| LEVEL_NAME | VARCHAR2 | (128) | Yes | Name of the OLAP Dimension Level |
| HIERARCHY_LEVEL_ID | NUMBER | Yes | Dictionary Id of the OLAP Hierarchy Level | |
| ORDER_NUM | NUMBER | Yes | Order number of the OLAP Hierarchy Level within the hierarchy | |
| DESCRIPTION | NVARCHAR2 | (600) | Long Description of the OLAP Hierarchy Level |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, DIMENSION_NAME
, HIERARCHY_NAME
, LEVEL_NAME
, HIERARCHY_LEVEL_ID
, ORDER_NUM
, DESCRIPTION
FROM SYS.DBA_CUBE_HIER_LEVELS;
SYS
NLS_SESSION_PARAMETERS
OBJ$
OLAP_DESCRIPTIONS$
OLAP_DIM_LEVELS$
OLAP_HIERARCHIES$
OLAP_HIER_LEVELS$
USER$
PUBLIC
DBA_CUBE_HIER_LEVELS
|
|
|
|