[Home] [Help]
[Dependency Information]
| Object Name: | DBA_HIVE_DATABASES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All hive schemas in the given hadoop cluster
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CLUSTER_ID | VARCHAR2 | (4000) | User supplied identifier for this hive metastore | |
| DATABASE_NAME | VARCHAR2 | (4000) | Hive database | |
| DESCRIPTION | VARCHAR2 | (4000) | Description of hive database | |
| DB_LOCATION | VARCHAR2 | (4000) | Physical location of hive database | |
| HIVE_URI | VARCHAR2 | (4000) | The connection string (URI and port no) for metastore db |
Cut, paste (and edit) the following text to query this object:
SELECT CLUSTER_ID
, DATABASE_NAME
, DESCRIPTION
, DB_LOCATION
, HIVE_URI
FROM SYS.DBA_HIVE_DATABASES;
SYS
DBA_DIRECTORIES
DBMS_HADOOP_INTERNAL
- show dependent code
DUAL
HIVETYPESET
PUBLIC
DBA_HIVE_DATABASES
SYS
USER_HIVE_DATABASES
|
|
|
|