Oracle Linux 5.5 설치 Python 2.73, cxOracle 5.12

787 단어 Oacle
1. Python 설치 2.7.6
tar -xzvf Python-2.7.6.tar.gz -C /tmp
cd /tmp/Python-2.7.6
./configure -enable-shared
make
make install

2, 설치 cxOracle 5.1.2
tar -xzvf cx_Oracle-5.1.2.tar.gz -C /tmp
cd /tmp/cx_Oracle-5.1.2
export ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_2
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/local/lib
python setup.py build
python setup.py install

참고 글:
Python2.6 Cx_Oracle Linux 컴 파일 설치
http://www.cnblogs.com/ysisl/archive/2010/12/20/1911870.html

좋은 웹페이지 즐겨찾기