select sys_context('userenv', 'host') from dual;
When I write
select sys_context('userenv', 'host') from dual;
at SQLPlus I get the host name.
But when i write the same query on Apex's SQL Workshop it returns nothing.
I am confused about Oracle's behavior. Kindly help
Zulqarnain