Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Oracle ====== Download client lib from [[http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html|here]] (Base + sqlplus + SDK). Unzip all in /opt/oracle /etc/profile.d/oracle.sh <code> export ORACLE_HOME=/opt/oracle export PATH=${PATH}:/opt/oracle export LD_LIBRARY_PATH=/opt/oracle </code> /etc/ld.so.conf.d/oracle.conf <code> /opt/oracle </code> adjust library names <code> cd /opt/oracle ln -s libclntsh.so.1?.1 libclntsh.so ln -s libocci.so.1?.1 libocci.so </code> run **sudo ldconfig** add to .bashrc <code> alias sqlplus="rlwrap sqlplus" </code> install libaio <code> apt install libaio1 </code> tips/db/oracle.txt Last modified: 2017/03/01 16:36by scipio