Retrieve values from my own global context in Apex
bveNov 30 2009 — edited Dec 1 2009Sorry, I just don't see it.
I created a global context ZEBRA_NAMESPACE (accessed globally).
Context is succesfully filled with some value, proven by executing this query by some user:
select sys_context( 'zebra_namespace', 'zebra_attributes', 10 )
from dual
;
result value:
[TRACE]
Now, by executing this query in APEX (Version 3.0.1.00.08), this very much the same identical equal similar query (copy/pasted) returns....NOTHING!!
I discovered this by using functions which should return global context values but returned nothing as well.
Any idea what might causing this behavior??
Any help appreciated.
Edited by: bveoracle on Nov 30, 2009 7:01 AM