DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_HIVE_DATABASES

Object Details
Object Name: DBA_HIVE_DATABASES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All hive schemas in the given hadoop cluster

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

SYS.DBA_HIVE_DATABASES references the following:

SchemaSYS
ViewDBA_DIRECTORIES
PL/SQL PackageDBMS_HADOOP_INTERNAL - show dependent code
TableDUAL
TYPEHIVETYPESET
SYS.DBA_HIVE_DATABASES is referenced by following:

SchemaPUBLIC
SynonymDBA_HIVE_DATABASES
SchemaSYS
ViewUSER_HIVE_DATABASES