1. Download link library http://www.oracle.com/technetwork/topics/linuxsoft-082809.html
You can directly download the rmp file and directly download rmp-ivh... rmp
2. updatedb updates the file location list
3. Find the location of the libocci. so file, for example: usr/lib/oracle/12.1/client/lib
4. Add the usr/lib/oracle/12.1/client/lib path to the vim/etc/ld. so. conf file for configuration and execute ldconfig for updates.
5. You can perform the compilation test. You must specify the header file-I/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/public # occi. h for compiling.
-L/usr/lib/oracle/12.1/client/lib # location of the lib Library
-Locci # load this file
-Lclntsh/usr/lib/libstdc ++. so.6
In addition, if you download a zip file, you need to decompress it and configure the path. You need to configure ORACLE_HOME on the Internet, but I have not tried it. I will not speak first.