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.
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.