2.89 ALL_CONTEXT
ALL_CONTEXT
describes all context namespaces in the current session for which attributes and values have been specified using the DBMS_SESSION.SET_CONTEXT
procedure. This view does not display the TYPE
and ORIGIN_CON_ID
columns.
Related View
DBA_CONTEXT
describes all context namespaces defined in the database, regardless whether any attributes have been specified for them using the DBMS_SESSION.SET_CONTEXT
procedure.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the context namespace |
|
|
|
Schema name of the designated package that can set attributes using this namespace |
|
|
|
Package name of the designated package that can set attributes using this namespace |
See Also:
-
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_SESSION.SET_CONTEXT
procedure