2.27 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 |
|
|
|
Default aggregation of the analytic view |
|
|
|
Name of the default measure of the analytic view |
|
|
|
Compile status of the analytic view:
|
|
|
|
The ID of the container where the data originates. Possible values include:
|
See Also: