oracle_home v13
Before creating a link to an Oracle server, you must direct Advanced Server to the correct Oracle home directory. Set the LD_LIBRARY_PATH environment variable on Linux (or PATH on Windows) to the lib directory of the Oracle client installation directory.
Alternatively, you can also set the value of the oracle_home configuration parameter in the postgresql.conf file. The value specified in the oracle_home configuration parameter will override the LD_LIBRARY_PATH environment variable in Linux and PATH environment variable in Windows.
Note
The oracle_home configuration parameter should provide the correct path to the Oracle client i.e. OCI library.
To set the oracle_home configuration parameter in the postgresql.conf file, edit the file, adding the following line:
oracle_home = 'lib_directory'
Substitute the name of the oracle_home path to the Oracle client installation directory that contains libclntsh.so in Linux and oci.dll in Windows for lib_directory.
After setting the oracle_home configuration parameter, you must restart the server for the changes to take effect. Restart the server,
on Linux, using the
systemctlcommand orpg_ctlservices.on Windows, from the Windows Services console.