3.61 ALL_ATTRIBUTE_DIMENSIONS
ALL_ATTRIBUTE_DIMENSIONS
describes the attribute dimension objects accessible to the current user.
Related Views
-
DBA_ATTRIBUTE_DIMENSIONS
describes all attribute dimensions in the database. -
USER_ATTRIBUTE_DIMENSIONS
describes the attribute dimensions in the current user's schema. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of attribute dimension |
|
|
|
Name of the attribute dimension |
|
|
|
Type of the attribute dimension:
|
CACHE_STAR Foot 1 |
VARCHAR2(12) |
NOT NULL |
Type of the cache for the dimension star table:
|
MAT_TABLE_OWNER Foot 1 |
VARCHAR2(128) |
|
The owner of the materialized table |
MAT_TABLE_NAME Foot 1 |
VARCHAR2(128) |
|
The name of the materialized table |
|
|
|
An expression for the name of the ALL member for the attribute dimension |
|
|
|
An expression for the caption for the ALL member of the attribute dimension, or |
|
|
|
An expression for the description for the ALL member of the attribute dimension |
|
|
|
Compile status of the attribute dimension:
|
|
|
|
The ID of the container where the data originates. Possible values include:
|
Footnote 1 This column is available starting with Oracle Database 21c.
See Also: