Support for ODBC for Oracle through Python on solaris

Benji York benji at benjiyork.com
Wed Sep 29 23:39:25 EDT 2004


nagendra.swamy at gmail.com (Nagendra) wrote in message news:<1880e162.0409290434.6a3279db at posting.google.com>...
> I need to access an Oracle database through a python script using ODBC
> drivers(currently i have eval copies of Easysoft and datadirect Oracle
> ODBC drivers).
> Desired platforms are solaris, linux. 

If your database resides on a Windows server, take a look at ODBTP
(http://odbtp.sourceforge.net/) and my Python DB API bindings for it
(http://benjiyork.com/odbtp.html).

If not, and mxODBC doesn't work (which, it should), consider building
your own interface using somthing like ctypes.
--
Benji York
http://benjiyork.com



More information about the Python-list mailing list