This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tips:db:oracle [2015/09/17 09:02] – created scipio | tips:db:oracle [2017/03/01 16:36] (current) – scipio | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Oracle ====== | ====== Oracle ====== | ||
| - | Download client lib from [[http:// | + | Download client lib from [[http:// |
| Line 8: | Line 8: | ||
| export ORACLE_HOME=/ | export ORACLE_HOME=/ | ||
| export PATH=${PATH}:/ | export PATH=${PATH}:/ | ||
| + | export LD_LIBRARY_PATH=/ | ||
| </ | </ | ||
| Line 18: | Line 19: | ||
| < | < | ||
| cd /opt/oracle | cd /opt/oracle | ||
| - | ln -s libclntsh.so.10.1 libclntsh.so | + | ln -s libclntsh.so.1?.1 libclntsh.so |
| - | ln -s libocci.so.10.1 libocci.so | + | ln -s libocci.so.1?.1 libocci.so |
| </ | </ | ||
| Line 27: | Line 28: | ||
| < | < | ||
| alias sqlplus=" | alias sqlplus=" | ||
| + | </ | ||
| + | |||
| + | install libaio | ||
| + | < | ||
| + | apt install libaio1 | ||
| </ | </ | ||