Skip to Main Content

APEX

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!

Retrieve values from my own global context in Apex

bveNov 30 2009 — edited Dec 1 2009
Sorry, 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 29 2009
Added on Nov 30 2009
2 comments
1,833 views