oracle database module

Neil Hodgson nhodgson at bigpond.net.au
Wed Jun 2 04:21:37 EDT 2004


diablo:

> I would like to query some tables in some ortacle database from python and
> process the result.:
>
> select * from table_name where rownum='1'
>
> is there an oracle database module for hpux or windows (like perls db)
that
> will plug into python and allow me to do this?

   cx_Oracle is good.
http://starship.python.net/crew/atuining/cx_Oracle/index.html
   There is also DCOracle.

   Neil





More information about the Python-list mailing list