DCOracle2 Release 1.1
DCORACLE2
DCOracle2 is Zope Corporation's second generation of its python bindings for Oracle. DCOracle2 is written to use the OCI 8 API, not the OCI 7 API that DCOracle uses, giving DCOracle2 compatibility with more advanced features in newer generations of the Oracle software.
RELEASE
DCOracle2 1.1 is now released, available at http://www.zope.org/Members/matt/dco2 in ZIP and tar.gz formats. This release is a unified source/binary distribution; the install.py
script will attempt to copy the proper binary in place for execution on your system.
CONTENTS
- DCOracle2 source
- DCOracle2 binaries for Oracle 8i (Windows, Solaris, Linux)
- ZOracleDA (the Zope Database Adapter)
- DCOracleStorage (an Oracle Storage for Zope)
INSTALLATION
After unpacking, either run install.py
to copy an appropriate binary file from the binaries directory to the DCOracle2 directory, or type make
to attempt to make a new binary (unix only).
For use as ZOracleDA, copy the DCO2 directory to lib/python/Products/ZOracleDA
(renaming the directory from DCO2 to ZOracleDA).
AVAILABILITY
DCOracle2 is available from http://www.zope.org/Members/matt/dco2 immediately.
BUG REPORTING
Please use the issue tracker at http://www.zope.org/Members/matt/dco2/Tracker to report any issues with DCOracle2.