Querying Oracle db on Windows Server 2008 from Python -


how can communicate oracle database python code assuming database run on windows server 2008? can communicate on other os windows xp / windows server 2003 / ... using oracle provider ole db (http://www.oracle.com/technetwork/database/windows/utilsoft-088126.html) none of them seem support windows server 2008. may ask hints?

you can user cx_oracle module connect oracle python.

how user python oracle?

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

where documentation cx_oracle?

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

this may solve problem.


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -