Skip to content

Commit 9e3978f

Browse files
authored
Update property casing to match expected value
Oracle driver property is oracle.jdbc.timezoneAsRegion (with lowercase z)
1 parent 8bfdc34 commit 9e3978f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Oracle R2DBC.
416416
- Cached query results can cause phantom reads even if the serializable
417417
transaction isolation level is set. Set this to "false" if using the
418418
serializable isolation level.
419-
- [oracle.jdbc.timeZoneAsRegion](https://docs.oracle.com/en/database/oracle/oracle-database/21/jajdb/oracle/jdbc/OracleConnection.html#CONNECTION_PROPERTY_TIMEZONE_AS_REGION)
419+
- [oracle.jdbc.timezoneAsRegion](https://docs.oracle.com/en/database/oracle/oracle-database/21/jajdb/oracle/jdbc/OracleConnection.html#CONNECTION_PROPERTY_TIMEZONE_AS_REGION)
420420
- Setting this option to "false" may resolve "ORA-01882: timezone region not
421421
found". The ORA-01882 error happens when Oracle Database doesn't recognize
422422
the name returned by `java.util.TimeZone.getDefault().getId()`.

0 commit comments

Comments
 (0)