Download List

專案描述

cx_Oracle is a Python extension module that allows
access to Oracle, and conforms to the Python
database API specifications. This module is
currently built against Oracle 9.2, Oracle 10.2,
and Oracle 11.1.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-10-13 04:24
5.1.1

This release fixes a number of small bugs encountered under high load or in less-commonly-used scenarios. The test suite was also enhanced to cover code that was not previously covered.

2011-03-22 02:22
5.1

This release removes UNICODE mode and replaces it with support for Unicode characters anywhere a string can be passed. This eliminates the problems that were discovered with UNICODE mode and the restrictions that were present in Python 2.x where Unicode could not be used in connect strings or SQL statements, for example. A few other minor enhancements were implemented as well.

2010-07-21 16:57
5.0.4

This release adds support for Python 2.7 and adds support for specifying the port for callbacks in database change notifications. A couple of minor bugs were also squashed.

2010-02-05 21:35
5.0.3

This release adds support for Python 3.1 and 64-bit Windows. A number of other bug fixes were made and the documentation was updated based on user feedback.

2009-05-22 16:47
5.0.2

This release fixes a bug in the writing of NCLOB values in non Unicode mode, implements a parse error offset, and re-enables parsing of non-select statements. It also enables compiling in a number of less common situations.

Project Resources