3.60 ALL_ANALYTIC_VIEWS
ALL_ANALYTIC_VIEWS describes the analytic views accessible to the current user.
               
Related Views
-  
                        DBA_ANALYTIC_VIEWSdescribes all analytic views in the database.
-  
                        USER_ANALYTIC_VIEWSdescribes the analytic views owned by the current user. This view does not display theOWNERcolumn.
| 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_REMOTEFoot 1 | VARCHAR2(1) | 
 | Indicates whether the source is a remote table. The values are: 
 | 
| 
 | 
 | 
 | Default aggregation of the analytic view | 
| DEFAULT_AGGR_GROUP_NAMEFoot 1 | 
 | 
 | Always  | 
| 
 | 
 | 
 | Name of the default measure of the analytic view | 
| 
 | 
 | 
 | Compile status of the analytic view: 
 | 
| DYN_ALL_CACHE | VARCHAR2(1) | 
 | The value of this column is always  | 
| QUERY_TRANSFORM_ENABLEDFoot 1 | VARCHAR2(1) | 
 | Indicates whether query transformation is enabled for the analytic view ( | 
| QUERY_TRANSFORM_RELYFoot 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: