|
|
|
|
 用python如何连接Oracle9i? - poly [ 2004-02-20 15:48 | 159 byte(s)]
 Re: 用python如何连接Oracle9i? - jiayu821 [ 2005-08-24 23:06 | 246 byte(s)]
 Re: 用python如何连接Oracle9i? - fatal_bug [ 2005-08-25 14:57 | 78 byte(s)]
 Re: 用python如何连接Oracle9i? - xyb [ 2004-02-21 16:32 | 35 byte(s)]
 Re: 用python如何连接Oracle9i? - fatal_bug [ 2005-08-24 22:21 | 364 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
|
我用的cx_Oracle模块,每次import cx_Oracle的时候,就报错,也不知道什么原因,说无法定位程序输入点OCISessionGet于动态连接库oci.dll上。我机器装了ORACLE的客户端啊。
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
提示出错信息:
The procedure entry point OCINIsNumericInfoGet could not be located in the dynamic link library OCI.dll
程序中只有一句话(我用的是windows环境, oracle9i client, py2.4):
import cx_Oracle
是不是还需要装附加的库, 多谢了..
另外,网上哪有使用cx_oracle module 的例子,能否给个网址
|
|
|
[Original]
[Print]
[Top]
|
|
|