I have an AM, whose session language I am changing by overriding AMImpl's prepareSession method. But now I want to set the DB session language from the same method. Is it feasible?
Also, I have learnt that DB Session language is set from an attribute called "NLS_LANG", but not sure how to set it from java.