cx_oracle 已经更新到5.1版

    今天才发现cx_oracle 已经更新到5.1版了.可以支持python3.2了. osx下用instantclient 时,要注意做个链接
 cd $oracle_home; ln -s . lib


in [1]: import cx_oraclein [2]: cx_oracle.versionout[2]: '5.1'


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

 

你可能感兴趣的:(java,工作)