How to set NLS parameter on connection?
Hello,
I'm looking for a way to set NLS parameters on an Oracle Thin JDBC connection.
More precisely, I need to set NLS_NUMERIC_CHARACTERS so that it gives me numbers in German number format instead of English.
I guess I can do an alter session sql statement beforehand, but isn't there a way to set it on the connection itself?
I need to do it within the code since I have no influence on the Tomcat or Oracle installation where the application is running on.
Thanks and regards,
Geziefer