Hi!
Using Spring JDBC with Oracle 11g, what is the best way to set the NLS_SORT variable?
We will be using a connection pool.
- Environment variable on the client seems a bit too out of control.
- ALTER SESSION - when to call it? will the use of connection pool interfere with this?
Regards,
David


Reply With Quote
