ODPC - OracleConnection.SetSessionInfo() Method Stopped Working From Version 2.19.70
(Doc ID 3036241.1)
Last updated on JULY 24, 2024
Applies to:
Oracle Data Provider for .NET - Version 19.1.0.0.0 to 19.14.0.0.0 [Release 12.1]Information in this document applies to any platform.
Symptoms
OracleConnection.SetSessionInfo(OracleGlobalization oraGlob) method stopped working as expected from version 2.19.70 upwards of Oracle.ManagedDataAccess.Core
1. In version 2.19.60 when we call OraclecConnection.SetSessionInfo("+01:00") and then run "select SESSIONTIMEZONE from dual" statement using that connection then result we get back is "+01:00" which is expected.
2. In version 2.19.70 and above when we call OraclecConnection.SetSessionInfo("+01:00") and then run "select SESSIONTIMEZONE from dual" statement using that connection then result we get back is "Europe/London" which is wrong.
Changes
Upgraded ODP core driver to 2.19.70
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |