Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2007-09-14 15:23:43
Size: 124
Editor: 203
Comment:
Revision 7 as of 2012-10-09 07:39:19
Size: 750
Editor: 182
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
cx_Oracle, [Python] binding of [Oracle]  cx_Oracle, [[Python]] binding of [[Oracle]]
Line 3: Line 3:
http://www.python.net/crew/atuining/cx_Oracle/ http://cx-oracle.sourceforge.net/

== 참고정보 ==


python setup.py build 후, 오류메세지가 나오면, 아래 명령을 수행한 뒤 다시 해본다. --from [[http://agiletesting.blogspot.com/2005/07/installing-python-241-and-cxoracle-on.html|AIX 에 cx_Oracle 설치하기]]

{{{
/usr/local/lib/python2.4/config/ld_so_aix cc_r -pthread -bI:/usr/local/lib/python2.4/config/python.exp build/temp.aix-5.2-2.4/cx_Oracle.o -L/oracle/product/9.2.0/lib32 -lclntsh -o build/lib.aix-5.2-2.4/cx_Oracle.so -s
}}}

각종 정보
 * [[http://www.orafaq.com/wiki/Python|사용에제]]
 * [[http://bbs.python.kr/viewtopic.php?t=25427|일반적인 사용법]]

cx_Oracle, Python binding of Oracle

http://cx-oracle.sourceforge.net/

참고정보

python setup.py build 후, 오류메세지가 나오면, 아래 명령을 수행한 뒤 다시 해본다. --from AIX 에 cx_Oracle 설치하기

/usr/local/lib/python2.4/config/ld_so_aix cc_r -pthread -bI:/usr/local/lib/python2.4/config/python.exp build/temp.aix-5.2-2.4/cx_Oracle.o -L/oracle/product/9.2.0/lib32 -lclntsh -o build/lib.aix-5.2-2.4/cx_Oracle.so -s

각종 정보


CategoryProgramLibrary

cx_Oracle (last edited 2012-11-02 17:48:45 by 182)

web biohackers.net