Skip to content

Commit 071af65

Browse files
yahondaclaude
andcommitted
Use bare filename for ORA_TZFILE
When the timezone file is in oracore/zoneinfo/ subdirectory of the Instant Client, ORA_TZFILE should be the filename alone (no path). Absolute path support is for files outside the default location. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 91e7ca2 commit 071af65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_11g.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
docker cp "$ORACLE_CONTAINER":/u01/app/oracle/product/11.2.0/xe/oracore/zoneinfo/timezone_14.dat /tmp/timezone_14.dat
8686
sudo mv /tmp/timezlrg_14.dat /opt/oracle/instantclient_21_15/oracore/zoneinfo/
8787
sudo mv /tmp/timezone_14.dat /opt/oracle/instantclient_21_15/oracore/zoneinfo/
88-
echo "ORA_TZFILE=/opt/oracle/instantclient_21_15/oracore/zoneinfo/timezlrg_14.dat" >> $GITHUB_ENV
88+
echo "ORA_TZFILE=timezlrg_14.dat" >> $GITHUB_ENV
8989
- name: Create database user
9090
run: |
9191
./ci/setup_accounts.sh

0 commit comments

Comments
 (0)