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


VIEW: SYS.CDB_CONTEXT

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

Description of all context namespace information in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAMESPACE VARCHAR2 (30) Yes Namespace of the context
SCHEMA VARCHAR2 (128) Yes Schema of the designated package
PACKAGE VARCHAR2 (128) Yes Name of the designated package
TYPE VARCHAR2 (22)
Type of the context create
CON_ID NUMBER

container id
Query Text

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


SELECT NAMESPACE
,      SCHEMA
,      PACKAGE
,      TYPE
,      CON_ID
FROM SYS.CDB_CONTEXT;

Dependencies

[top of page]

SYS.CDB_CONTEXT does not reference any database object

SYS.CDB_CONTEXT is referenced by following:

SchemaPUBLIC
SynonymCDB_CONTEXT