cx_oracle vs Oracle JDBC
506933Aug 20 2007 — edited Aug 20 2007Hi
Does anyone have experience in using cx_Oracle - a C-extn in python for things similar to Oracle JDBC driver,?
Are there any limitations in using cx_Oracle compared to Oracle's JDBC driver for Oracle in java.
If i need to write some code in python is it better to use cx_Oracle in CPython or use the jdbc package (which is essentially same as Oracle JDBC in java) from jython(java implementation of jython which runs in JVM)
Thanks and Regards
Laks