3.29 ALL_ANALYTIC_VIEWS
ALL_ANALYTIC_VIEWS
describes the analytic views accessible to the current user.
Related Views
-
DBA_ANALYTIC_VIEWS
describes all analytic views in the database. -
USER_ANALYTIC_VIEWS
describes the analytic views in the current user's schema. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the analytic view |
|
|
|
Name of the analytic view |
|
|
|
Owner of the fact table or view on which the analytic view is defined |
|
|
|
Name of the fact table or view on which the analytic view is defined |
|
|
|
Alias of the fact table or view on which the analytic view is defined; the default is |
IS_REMOTE Foot 1 |
VARCHAR2(1) |
|
Indicates whether the source is a remote table. The values are:
|
|
|
|
Default aggregation of the analytic view |
DEFAULT_AGGR_GROUP_NAME Foot 1 |
|
|
Always DEFAULT_AGGREGATION$ at present |
|
|
|
Name of the default measure of the analytic view |
|
|
|
Compile status of the analytic view:
|
DYN_ALL_CACHE |
VARCHAR2(1) |
|
Always N |
QUERY_TRANSFORM_ENABLED Foot 1 |
VARCHAR2(1) |
|
Indicates whether query transformation is enable for the analytic view. The values are:
|
QUERY_TRANSFORM_RELY Foot 1 |
VARCHAR2(1) |
|
Indicates whether the
|
|
|
|
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: