Thursday , March 28 2024

How To Install Oracle Client For PostgreSQL On Centos

 

Oracle_client is required to connect to remote Oracle databases. For Oracle Foreign Data Wrapper, this installation needs to be done as follows.

First of all, we download the rpm package from oracle’s site at the link below.

https://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html

We download the rpm package from the link below to our machine.

 

Run the following command to install the rpm package.

 

Installation has completed. But we need to do the following configuration for the client to work properly.

First we update the link.

 

After this process, we execute the following command.

 

We define the environment LD_LIBRARY_PATH;

 

After installing the above Rpm package, I recommend that you install the following packages to avoid problems.

Since I installed the Oracle client version 18.3, I downloaded below versions and you should download them according to your version.

  • oracle-instantclient18.3-sqlplus-18.3.0.0.0-1.x86_64.rpm
  •  oracle-instantclient18.3-devel-18.3.0.0.0-1.x86_64.rpm

Loading

About Faruk Erdem

Leave a Reply

Your email address will not be published. Required fields are marked *

Categories