DBA_GLOBAL_CONTEXT
displays the definition (name, schema, and package) of all global contexts created in the database. This view is a subset of DBA_CONTEXT
, which describes all contexts, including global contexts.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the context namespace |
|
|
|
Schema of the package that administers the globally accessible context |
|
|
|
Package that administers the globally accessible context |
See Also:
Oracle Database Security Guide for more information about using global application contexts
Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_SESSION.SET_CONTEXT
procedure