Install Oracle Client
To connect to an Oracle database, you need to install Oracle Instant Client first, click here to download https://www.oracle.com/database/technologies/instant-client/downloads.html
Instruction
Windows
- Download the Instant Client ZIP file for Windows, e.g.,
instantclient-basic-windows.x64-19.10.0.0.0dbru.zip
. - Unpacking the ZIP file to the specified directory, e.g.,
C:\oracle\instantclient_19_3
. - Add the specified directory to the environment variable
PATH.
- Restart Apidog.
- More information.
macOS
Download the Instant Client ZIP file for macOS, e.g.,
instantclient-basic-macos.x64-19.8.0.0.0dbru.zip
.Unpacking the ZIP file to the specified directory, e.g.,
~/oracle/instantclient_19_8/
.Run the following command to link the
libclntsh.dylib
file in the directory specified above to/usr/local/lib
:ln -s ~/oracle/instantclient_19_8/libclntsh.dylib /usr/local/lib
Restart Apidog。
Linux
Learn more about at: https://www.oracle.com/database/technologies/instant-client/downloads.html