Two questions ( Oracle and modules )
Michael Crute
mcrute at gmail.com
Mon Dec 7 07:50:47 EST 2009
On Mon, Dec 7, 2009 at 6:57 AM, Gabor Urban <urbangabo at gmail.com> wrote:
> 1. I have choice to introduce Python to my new employee. We are to
> write and application that uses databases stored partially in Oracle
> 10 and partially in Oracle 11. We have to execute standard SQL
> commands and stored procedures as well. Which is best conection /
> module to use. A couple of years ago we had DCOracle2 for the same
> task, but is written for Oracle8, so I gues it might not be a good
> idea to use. What is your oppinion?
cx_Oracle is the best way to connect to Oracle databases, DCOracle2
hasn't been maintained in some time. http://cx-oracle.sourceforge.net/
-mike
--
Michael E. Crute
http://mike.crute.org
It is a mistake to think you can solve any major problem just with
potatoes. --Douglas Adams
More information about the Python-list
mailing list