2.154 ALL_HIER_COLUMNS
ALL_HIER_COLUMNS describes the columns of the hierarchies accessible to the current user.
               
Related Views
-  
                        
DBA_HIER_COLUMNSdescribes the columns of all hierarchies in the database. -  
                        
USER_HIER_COLUMNSdescribes the columns of the hierarchies owned by the current user. This view does not display theOWNERcolumn. 
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Owner of the hierarchy  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Name of the hierarchy  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Name of the column  | 
                        
| 
                               
  | 
                           
                               
  | 
                            
                               
  | 
                           
                               The role the attribute plays in the hierarchy: 
                                   
                           
  | 
                        
| 
                               
  | 
                           
                               
  | 
                            
                               
  | 
                           
                               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  
  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Order of the column, with attributes first in the order specified in the definition of the hierarchy followed by hierarchical attributes  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               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: