Applications access the Oracle database through the Oracle client. Therefore, you must install the Oracle client program globally on the operating system to download the OrALE client program The client package name is similar to instantclient-basic-linux.x64-12.2.0.0.1.zip

Zip /opt/oracle/ CD /opt/oracle/ Instantclient - basic - Linux. X64-12.2.0.1.0. Zip CD/opt/oracle/instantclient_12_2 # create soft chain ln -s libclntsh. So. 12.1 Libclntsh. so ln -s liboci.so.12.1 liboci. so # yum install libaio sudo sh -c "echo /opt/oracle/instantclient_12_2 > /etc/ld.so.conf.d/oracle-instantclient.conf" sudo ldconfig export LD_LIBRARY_PATH=/opt/oracle/instantclient_12_2:$LD_LIBRARY_PATHCopy the code