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


VIEW: SYS.ALL_CONTEXT

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

Description of all active context namespaces under the current session

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAMESPACE VARCHAR2 (128) Yes Namespace of the active context
SCHEMA VARCHAR2 (128) Yes Schema of the designated package
PACKAGE VARCHAR2 (128) Yes Name of the designated package
Query Text

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


SELECT NAMESPACE
,      SCHEMA
,      PACKAGE
FROM SYS.ALL_CONTEXT;

Dependencies

[top of page]

SYS.ALL_CONTEXT references the following:

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

SchemaPUBLIC
SynonymALL_CONTEXT