context

Bruce Carson

Member²
We have a system which uses context created with the following ddl:
create or replace context icmr31bdst_person_ctx using icmr31bdst.personpkg;

Where in pl/sql developer would I see the context object?

I can see the context list using
select * from dba_context;

Can I add a folder in the browser to show a list of context defined?

Thanks.
 
There is currently no explicit support for context objects. This is on the list of enhancement requests though.
 
Back
Top