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

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -