cx_Oracle

A Python extension module that allows access to Oracle.
Download

cx_Oracle Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Anthony Tuininga
  • Publisher web site:

cx_Oracle Tags


cx_Oracle Description

A Python extension module that allows access to Oracle. cx_Oracle is a Python extension module that allows access to Oracle, and conforms to the Python database API specifications. cx_Oracle module is currently built against Oracle 8.1.7, Oracle 9.2, and Oracle 10.2.This API has been defined to encourage similarity between the Python modules that are used to access databases. By doing this, we hope to achieve a consistency leading to more easily understood modules, code that is generally more portable across databases, and a broader reach of database connectivity from Python. The interface specification consists of several sections: - Module Interface- Connection Objects- Cursor Objects- DBI Helper Objects- Type Objects and Constructors- Implementation Hints- Major Changes from 1.0 to 2.0 What's New in This Release: · Fix creation of temporary NCLOB values and the writing of NCLOB values in non Unicode mode. · Re-enabled parsing of non select statements as requested by Roy Terrill. · Implemented a parse error offset as requested by Catherine Devlin. · Removed lib subdirectory when forcing RPATH now that the library directory is being calculated exactly in setup.py. · Added an additional cast in order to support compiling by Microsoft Visual C++ 2008 as requested by Marco de Paoli. · Added additional include directory to setup.py in order to support compiling by Microsoft Visual Studio was requested by Jason Coombs. · Fixed a few documentation issues.


cx_Oracle Related Software