cx_Oracle 5.0.4

Anthony Tuininga anthony.tuininga at gmail.com
Wed Jul 21 06:05:13 CEST 2010


What is cx_Oracle?

cx_Oracle is a Python extension module that allows access to Oracle and
conforms to the Python database API 2.0 specifications with a few
exceptions.


Where do I get it?

http://cx-oracle.sourceforge.net


What's new?

1) Added support for Python 2.7.

2) Added support for new parameter (port) for subscription() call
which allows the client to specify the listening port for callback
notifications from the database server. Thanks to Geoffrey Weber for
the initial patch.

3) Fixed compilation under Oracle 9i.

4) Fixed a few error messages.


More information about the Python-announce-list mailing list