Commit 45321a9
Use 11g server's v14 timezone file via ORA_TZFILE
Approach:
- Oracle 11g XE uses timezone v14; Instant Client 21.15 uses v35
- 11g's DBMS_DST doesn't support upgrading to v35 (GET_LATEST_TIMEZONE_VERSION
was added in 12c), so we cannot upgrade the server
- Instead, extract v14 files from the 11g container and point the client
at them via ORA_TZFILE — client stays at 21.15, just uses v14 tz data
- Use bare filename (not absolute path) for ORA_TZFILE since the file
lives in oracore/zoneinfo/ under the Instant Client directory
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent bde761b commit 45321a9
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
76 | 89 | | |
77 | 90 | | |
78 | 91 | | |
| |||
0 commit comments