For working with Oracle databases within Canopy, we recommend the pyodbc
package. This package is part of the official Canopy repository and can be easily installed using Canopy's Package Manager or the command-line utility enpkg
.
The package does not include drivers, so users will still need to acquire Oracle ODBC drivers before using the package in this context. Please see the following links for more information:
https://code.google.com/p/pyodbc/wiki/ConnectionStrings
http://www.easysoft.com/developer/languages/python/pyodbc.html
Comments