1

假设数据库在Windows Server 2008上运行,我如何通过 Python 代码与 Oracle 数据库通信?我可以在其他操作系统上进行通信,如 Windows XP / Windows Server 2003 / ...使用 oracle 提供程序 OLE DB ( http://www.oracle.com/technetwork/database/windows/utilsoft-088126.html ) 但没有似乎支持Windows Server 2008。请问一些提示?

4

1 回答 1

1

您可以使用 cx_Oracle 模块从 python 连接 oracle。

如何在 oracle 中使用 python?

http://www.oracle.com/technetwork/articles/dsl/python-091105.html

cx_Oracle 的文档在哪里?

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

这可能有助于解决您的问题。

于 2013-03-04T09:39:52.367 回答