Commit 502f37c
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 cdce4bf commit 502f37c
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
72 | 85 | | |
73 | 86 | | |
74 | 87 | | |
| |||
0 commit comments