Search notes:

Oracle: DBA_EVALUATION_CONTEXTS

select
   ctx.evaluation_context_owner,
   ctx.evaluation_context_name,
   ctx.evaluation_function,
   ctx.evaluation_context_comment
from
   dba_evaluation_contexts ctx;

See also

data dictionary

Index