how to use 'alter session...' in apex
GaryBaoMar 12 2010 — edited Mar 12 2010Hello everyone, in my APEX program, I need to alter the parameter nls_date_language with 'alter session set nls_date_language = american'.
I execute the statement in SQL Commands of APEX, but it doesn't seem it works. how can I change the parameter--nls_date_language in APEX?
Any answer is appreciated.