Closed mdobrzanski closed 2 years ago
This issue has been automatically marked as inactive because it has not been updated recently. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not been updated for a month.
I don't find a way to fetch timestamp with timezone from multiple oracle servers that use different timezone files.
I'm aware of the task about timezone https://github.com/oracle/python-cx_Oracle/issues/13 but that problem is different.
I found that ORA_TZFILE must be identical on server and on client otherwise error
ORA-01805: possible error in date/time operation
is raised.What is the correct way to fetch timestamp with time zone for servers that use different time zone files? Is there a way to pass the ORA_TZFILE when connection is created?
In below example I connect to docker containers with oracle servers 11, 19 and 21. ORA_TZFILE is timezone_35.dat and matches the file on Oracle 21 server.
There are two problems: