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


VIEW: SYS.GLOBAL_CONTEXT

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

Information on all the globally accessible context attribute values

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAMESPACE VARCHAR2 (31)
Namespace of the globally accesssible context
ATTRIBUTE VARCHAR2 (31)
attribute of the globally accessible context
VALUE VARCHAR2 (4000)
value of the attribute of the globally accessible context
USERNAME VARCHAR2 (31)
username for which globally accessible context value is applicable
CLIENT_IDENTIFIER VARCHAR2 (65)
client identifier of the globally accessible context
Query Text

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


SELECT NAMESPACE
,      ATTRIBUTE
,      VALUE
,      USERNAME
,      CLIENT_IDENTIFIER
FROM SYS.GLOBAL_CONTEXT;

Dependencies

[top of page]

SYS.GLOBAL_CONTEXT references the following:

SYS.GLOBAL_CONTEXT is referenced by following:

SchemaPUBLIC
SynonymGLOBAL_CONTEXT
SchemaSYS
Package BodyDBMS_AQADM_SYS - show dependent code