Search notes:

Oracle: contexts

A context allows to set values within sessions. These values can then be queried with sys_context.
A context's owner is sys. Thus, dropping the user who created a context does not automatically also drop the context. Another implication is also that there is no context privilege, rather, it is any context.

See also

The SQL noun context.
context$
dba_context.
dbms_session.clear_context and dbms_session.clear_all_context
Database objects

Links

On parametrizing Oracle views with contexts.

Index