|
2 |
fixed typo is title
|
||
Hom How to change default nls_date_format for oracle jdbc client |
||||
|
1 |
|
||
Hom to change default nls_date_format for oracle jdbc clientI have defined the global nls_date_format on Oracle 10.2 XE as follows:
When connecting on Windows, the clients override it with session specific format, so I need to run this line at the beginning of every session:
However, I have some custom code that I can't change (jdbc code, using ojdbc14.jar), so I can't execute this line when receiving the connection. Is there a way to change the default value of nls_date_format for all jdbc connections? Perhaps adding something to the connection string, or some environment variable that I can use? By the way, sqlplus and sqldeveloper also override the server's format with their own, but I found out how to change their defaults, so the problem is only with jdbc connections.
|
||||
