Skip to content

Commit c5c6b4f

Browse files
Update Oracle Environment Variables section.
1 parent 224acca commit c5c6b4f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/src/user_guide/initialization.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -546,11 +546,13 @@ contains only the most commonly used time zones. By default, the larger
546546
``timezlrg_n.dat`` file is used. If you want to use the smaller ``timezone_n.dat``
547547
file, then set the ``ORA_TZFILE`` environment variable to the name of the file
548548
without any directory prefix. For example ``export ORA_TZFILE=timezone_32.dat``.
549-
With Oracle Instant Client 12.2 or later, you can also use an external time zone
550-
file. Create a subdirectory ``oracore/zoneinfo`` under the Instant Client
551-
directory, and move the file into it. Then set ``ORA_TZFILE`` to the file name,
552-
without any directory prefix. The ``genezi -v`` utility will show the time zone
553-
file in use.
549+
From Oracle Instant Client 12.2, you can also use an external time zone file.
550+
Create a subdirectory ``oracore/zoneinfo`` under the Instant Client directory,
551+
and move the file into it. Then set ``ORA_TZFILE`` to the file name, without
552+
any directory prefix. The ``genezi -v`` utility will show the time zone file
553+
in use. With Oracle Instant Client 19.18 (or later), you can alternatively
554+
place the external time zone file in any directory and then set the
555+
``ORA_TZFILE`` environment variable to the absolute path of the file.
554556

555557
If python-oracledb Thick mode is using Oracle Client libraries from an Oracle
556558
Database or full Oracle Client software installation (such as installed with

0 commit comments

Comments
 (0)