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


VIEW: SYS.CDB_HIVE_DATABASES

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

All hive schemas in the given hadoop cluster in all containers

[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
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CLUSTER_ID
,      DATABASE_NAME
,      DESCRIPTION
,      DB_LOCATION
,      HIVE_URI
,      CON_ID
FROM SYS.CDB_HIVE_DATABASES;

Dependencies

[top of page]

SYS.CDB_HIVE_DATABASES does not reference any database object

SYS.CDB_HIVE_DATABASES is referenced by following:

SchemaPUBLIC
SynonymCDB_HIVE_DATABASES