Timezone on Windows and Linux
We have a DB on Windows, 10.2.0.4 and one on Linux 11.2.0.2.
When I run query SELECT DBTIMEZONE FROM dual I get different values:
'+01:00' in 11g
'Europe/Stockholm' on the 10g
We have migrated to 11g and the jobs dont work correctly. (I can run them in SQLPLUS but the application cant run them).
Could it be a problem with the timezones?
Or is +01 the same as Europe on Linux?
Regards
S