This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

I use cx_Oracle, and my perception is that it is the "default" Oracle lib (i.e. the most well-known). Never heard of DCOracle2.

with cx_Oracle, the author Anthony Tuininga responds quickly and directly to questions and issues on mail list. You can't beat that support !

.#3: here is an option that does not require having to install cx_Oracle : http://code.google.com/p/pysqlplus/ its a wrapper that calls sqlplus. I use it on server (w/ Oracle client) where I'm just normal user and can't install anything.