G'day!
I am getting two different results when executing a statement using
JDBC, and when running the same query using an Oracle client(I have tried SQL Worksheet and Tora).
When I run the following query-
Using JDBC, I get
5, Friday
Indicating that it is taking Monday as the 1st day of the week.
When running directly from an Oracle client, I get
6, Friday
i.e. Sunday is being considered the first day of the week.
I am using everything with default configuration. Any ideas?
Thanks
Sonny