3.61 ALL_ANALYTIC_VIEWS_AE
ALL_ANALYTIC_VIEWS_AE
describes the analytic views (across all editions) accessible to the current user.
Related Views
-
DBA_ANALYTIC_VIEWS_AE
describes all analytic views (across all editions) in the database. -
USER_ANALYTIC_VIEWS_AE
describes the analytic views (across all editions) owned by the current user. 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 |
VARCHAR2(1) |
|
Indicates whether the source is a remote table. The values are:
|
|
|
|
Default aggregation of the analytic view |
DEFAULT_AGGR_GROUP_NAME |
|
|
Always |
|
|
|
Name of the default measure of the analytic view |
|
|
|
Compile status of the analytic view:
|
DYN_ALL_CACHE |
CHAR(1) |
|
The value of this column is always |
QUERY_TRANSFORM_ENABLED |
VARCHAR2(1) |
|
Indicates whether query transformation is enabled for the analytic view ( |
QUERY_TRANSFORM_RELY |
VARCHAR2(1) |
|
Indicates whether the |
|
|
|
The ID of the container where the data originates. Possible values include:
|
|
|
Name of the application edition where the analytic view is defined |
See Also: