2.16 ALL_ANALYTIC_VIEW_COLUMNS
ALL_ANALYTIC_VIEW_COLUMNS describes the columns of the analytic views accessible to the current user.
               
Related Views
-  
                        DBA_ANALYTIC_VIEW_COLUMNSdescribes the columns of all analytic views in the database.
-  
                        USER_ANALYTIC_VIEW_COLUMNSdescribes the columns 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 | 
| 
 | 
 | 
 | Alias of the analytic view dimension in the analytic view;  for a measure the value is  | 
| 
 | 
 | 
 | Alias of the analytic view hierarchy within  | 
| 
 | 
 | 
 | Name of the column | 
| 
 | 
 | 
 | The role the attribute plays in the analytic view:
                                  
 | 
| 
 | 
 | 
 | Datatype of the column | 
| 
 | 
 | 
 | Length of the column (in bytes) | 
| 
 | 
 | 
 | Decimal precision for the  | 
| 
 | 
 | 
 | Number of digits to the right of the decimal point in a number | 
| 
 | 
 | 
 | Indicates whether a column allows  | 
| 
 | 
 | 
 | Name of the character set: 
 | 
| 
 | 
 | 
 | Declaration length of the character type column | 
| 
 | 
 | 
 | Indicates that the column uses  BYTElength semantics (B) orCHARlength semantics (C), or whether the datatype is not any of the following (NULL):
 | 
| 
 | 
 | 
 | Order of the column, with the hierarchy columns first followed by measure columns.  The columns for a hierarchy are grouped together, listed in their order in the  | 
| 
 | 
 | 
 | The ID of the container where the data originates. Possible values include: 
 | 
Note:
This view is available starting with Oracle Database 12c Release 2 (12.2.0.1).
See Also: