Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to see all attributes of a particular namespace in a context

517824May 29 2009 — edited May 29 2009
I can see the value of a attribute for a partiuclar namespace using following query
select sys_context ('USERENV','TERMINAL') FROM DUAL;
select sys_context ('USERENV','DB_NAME') FROM DUAL;

but, how to find out all attributes for a given namesapce like here 'USERENV' or any user defined namespace. Is there any query or dba view which will list all attributes for a given namespace

Thanks for your help
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 26 2009
Added on May 29 2009
6 comments
869 views