Oracle Client
Windows
- Visit the Oracle Download Page, download the compatible macOS version
Instant Client ZIP
file. - Extract the ZIP file to a designated directory, such as
C:\oracle\instantclient_19_3
. - Add the aforementioned directory to the environment variable
PATH
for detailed instructions. - Restart Apidog.
macOS
- Click here to download the macOS version file.
- Extract the ZIP file to a designated directory, such as
~/oracle/instantclient_19_8/
. - Execute the following command to create a symbolic link from the
libclntsh.dylib
file in the designated directory to/usr/local/lib
:ln -s ~/oracle/instantclient_19_8/libclntsh.dylib /usr/local/lib
- Restart Apidog.
Linux
Visit the Oracle Download Page, select the appropriate system version, and download the corresponding Instant Client file. It is recommended to follow the official instructions provided by Oracle for your specific Linux distribution.