Support for ODBC for Oracle through Python on solaris

N

Nagendra

Hi all,
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.

Is there any support in the python to do this or will i have to resort
to a c/c++ program becuase python for UNIX doesn't support this.
any pointers will be appriciated.

Thanks in advance.
Nagendra.
 
B

Benji York

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top