4.171 DBA_CONTEXT
DBA_CONTEXT provides all context namespace information in the database.
               
Related View
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 describe the TYPE and ORIGIN_CON_ID columns.
                  
| 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 | 
| 
 | 
 | 
 | Type of the context create | 
| 
 | 
 | 
 | The ID of the container where the data originates. Possible values include: 
 | 
See Also: