[Home] [Help]
[Dependency Information]
| Object Name: | USER_DIM_CHILD_OF |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Representaion of a 1:n hierarchical relationship between a pair of levels in
a dimension
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Owner of the dimension |
| DIMENSION_NAME | VARCHAR2 | (128) | Yes | Name of the dimension |
| HIERARCHY_NAME | VARCHAR2 | (128) | Name of the hierarchy | |
| POSITION | NUMBER | Yes | Hierarchical position within this hierarchy, position 1 being the most detailed | |
| CHILD_LEVEL_NAME | VARCHAR2 | (128) | Name of the child-side level of this 1:n relationship | |
| JOIN_KEY_ID | VARCHAR2 | (40) | Keys that join child to the parent | |
| PARENT_LEVEL_NAME | VARCHAR2 | (128) | Name of the parent-side level of this 1:n relationship |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, DIMENSION_NAME
, HIERARCHY_NAME
, POSITION
, CHILD_LEVEL_NAME
, JOIN_KEY_ID
, PARENT_LEVEL_NAME
FROM SYS.USER_DIM_CHILD_OF;
SYS
DBA_DIM_CHILD_OF
USER$
PUBLIC
USER_DIM_CHILD_OF
|
|
|
|