DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_DIM_JOIN_KEY

Object Details
Object Name: ALL_DIM_JOIN_KEY
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Representation of a join between two dimension tables.

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the dimension
DIMENSION_NAME VARCHAR2 (128) Yes Name of the dimension
DIM_KEY_ID NUMBER
Yes Join key ID (unique within a dimension)
LEVEL_NAME VARCHAR2 (128)
Name of the hierarchy level
KEY_POSITION NUMBER
Yes Position of the key column within the level
HIERARCHY_NAME VARCHAR2 (128)
Name of the hierarchy
CHILD_JOIN_OWNER VARCHAR2 (128) Yes Owner of the join column table
CHILD_JOIN_TABLE VARCHAR2 (128) Yes Name of the join column table
CHILD_JOIN_COLUMN VARCHAR2 (128) Yes Name of the join column
CHILD_LEVEL_NAME VARCHAR2 (128)
Name of the child hierarchy level of the join key
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      DIMENSION_NAME
,      DIM_KEY_ID
,      LEVEL_NAME
,      KEY_POSITION
,      HIERARCHY_NAME
,      CHILD_JOIN_OWNER
,      CHILD_JOIN_TABLE
,      CHILD_JOIN_COLUMN
,      CHILD_LEVEL_NAME
FROM SYS.ALL_DIM_JOIN_KEY;

Dependencies

[top of page]

SYS.ALL_DIM_JOIN_KEY references the following:

SchemaSYS
ViewDBA_DIM_JOIN_KEY
TableOBJ$
TableOBJAUTH$
TableUSER$
SYS.ALL_DIM_JOIN_KEY is referenced by following:

SchemaPUBLIC
SynonymALL_DIM_JOIN_KEY
SchemaSYS
Package BodyDBMS_CUBE - show dependent code
Package BodyDBMS_CUBE_ADVISE - show dependent code
Package BodyDBMS_DIMENSION - show dependent code
Package BodyDBMS_SUMVDM - show dependent code