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


VIEW: SYS.ALL_DIM_ATTRIBUTES

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

Representation of the relationship between a dimension level and
a functionally dependent column

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the dimentsion
DIMENSION_NAME VARCHAR2 (128) Yes Name of the dimension
ATTRIBUTE_NAME VARCHAR2 (128)
Name of the attribute
LEVEL_NAME VARCHAR2 (128)
Name of the hierarchy level
COLUMN_NAME VARCHAR2 (128) Yes Name of the dependent column
INFERRED CHAR (1)
Whether this attribute is inferred from a JOIN KEY specification
Query Text

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


SELECT OWNER
,      DIMENSION_NAME
,      ATTRIBUTE_NAME
,      LEVEL_NAME
,      COLUMN_NAME
,      INFERRED
FROM SYS.ALL_DIM_ATTRIBUTES;

Dependencies

[top of page]

SYS.ALL_DIM_ATTRIBUTES references the following:

SchemaSYS
TableCOL$
TableDIMATTR$
TableDIMLEVEL$
TableOBJ$
TableOBJAUTH$
TableUSER$
SYS.ALL_DIM_ATTRIBUTES is referenced by following:

SchemaPUBLIC
SynonymALL_DIM_ATTRIBUTES
SchemaSYS
Package BodyDBMS_CUBE - show dependent code
Package BodyDBMS_DIMENSION - show dependent code
Package BodyDBMS_SUMVDM - show dependent code