3.13 ALL_ANALYTIC_VIEW_AGGR_DIMS
ALL_ANALYTIC_VIEW_AGGR_DIMS describes the aggregation function dimensions of the analytic views accessible to the current user.
               
Related Views
- 
                        
                        DBA_ANALYTIC_VIEW_AGGR_DIMSdescribes the aggregation function dimensions of all analytic views in the database.
- 
                        
                        USER_ANALYTIC_VIEW_AGGR_DIMSdescribes the aggregation function dimensions of 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 | 
| 
 | 
 | 
 | Aggregation group name of the analytic view aggregation function | 
| 
 | 
 | 
 | Dimension name of the analytic view aggregation function | 
| 
 | 
 | 
 | Order number of the dimension within the analytic view aggregation function | 
| 
 | 
 | 
 | The ID of the container where the data originates. Possible values include: 
 | 
Note:
This view is available starting with Oracle Database 21c.
See Also: