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


VIEW: SYS.DBA_GLOBAL_CONTEXT

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

Description of all context information accessible globally

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAMESPACE VARCHAR2 (128) Yes
SCHEMA VARCHAR2 (128) Yes Schema of the package that administers the globally accessible context
PACKAGE VARCHAR2 (128) Yes Package that administers the globally accessible context
Query Text

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


SELECT NAMESPACE
,      SCHEMA
,      PACKAGE
FROM SYS.DBA_GLOBAL_CONTEXT;

Dependencies

[top of page]

SYS.DBA_GLOBAL_CONTEXT references the following:

SchemaSYS
TableCONTEXT$
TableOBJ$
SYS.DBA_GLOBAL_CONTEXT is referenced by following:

SchemaPUBLIC
SynonymDBA_GLOBAL_CONTEXT