2.162 ALL_HIVE_COLUMNS
ALL_HIVE_COLUMNS describes all Hive columns accessible to the current user in a Hive metastore.
               
Related Views
-  
                        DBA_HIVE_COLUMNSdescribes all Hive columns in a Hive metastore.
-  
                        USER_HIVE_COLUMNSdescribes all Hive columns owned by the current user in a Hive metastore.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Identifier for the Hadoop cluster | 
| 
 | 
 | 
 | Hive database where the owning Hive table resides | 
| 
 | 
 | 
 | Hive table name that the column belongs to | 
| 
 | 
 | 
 | Hive column name | 
| 
 | 
 | 
 | Data type of the Hive column | 
| 
 | 
 | 
 | Equivalent Oracle data type of the Hive column | 
| 
 | 
 | 
 | Physical location of the Hive table | 
| 
 | 
 | 
 | Owner of the Hive table | 
| 
 | 
 | 
 | Time that the Hive column was created | 
| 
 | 
 | 
 | The connection string (URI and port number) for the metastore database | 
Note:
This view is available starting with Oracle Database 12c Release 2 (12.2.0.1).
See Also: