Connecting to an Oracle database in Apidog requires installing the Oracle Client separately.Windows#
2.
Extract the ZIP file to a designated directory, such as C:\oracle\instantclient_19_3
.
3.
Add the aforementioned directory to the environment variable PATH
for detailed instructions.
MacOS#
1.
Click here to download the macOS version file. 2.
Extract the ZIP file to a designated directory, such as ~/oracle/instantclient_19_8/
.
3.
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
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. Modified atΒ 2024-07-18 09:20:47