alter session set nls_language= "AMERICAN" ""
Hello,
This error is being given to one user of an APEX application:
Bad Request
Your browser sent a request that this server could not understand.
mod_plsql: Unable to issue alter session : alter session set nls_language= "AMERICAN" ""
I don't receive this and this is what I get in debug mode:
0.02: Language derived from: FLOW_PRIMARY_LANGUAGE, current browser language: en-us
0.02: alter session set nls_language="AMERICAN"
0.02: alter session set nls_territory="AMERICA"
Does anyone know what causes this? It seems that the error is odd because of the pair of double quotes after "AMERICAN" but I don't really know.
Thank you for any help!
Matt