Date format linux client side
Seek78Aug 12 2009 — edited Aug 13 2009Hi people,
I need to set the date format in "MMDDYYYY" (yes, we are in Europe :-) ), on a linux client, in order to are able to perform sql like this: insert into mytable(myfield) values('12092009').
There is a way to do that only on a single client, without using an alter session statement?
The scope is to port an old console application, and I'm using an 11 client with an 11g server.
Thanks all
Claudio