how to see all attributes of a particular namespace in a context
517824May 29 2009 — edited May 29 2009I 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