which table should i look to find out the information about a context?

create or replace context aaa using dyn_demo;

select * from all_context,
it tell me that no row found.
why?