Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Java vs. Perl ... vs. Python
In deference to Perl, there's nothing quite as good as DBI, IMHO.
I've used cx_Oracle and DCOracle2 and I prefer cx_Oracle. With cx_Oracle you can directly exec PL/SQL and Oracle supplied packages. It also has a nice wrapper function for getting at LOB's without having to deal with dbms_lob. You can easily do connection pooling with cx_Oracle's usage of O9i's enhanced OCI capabilities. Blah, blah, blah. Check it out at http://www.computronix.com/utilities.shtml.
Of course there's ODBC and even JDBC with Jython. Check out the Database SIG in python.org.
Steve
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Juan Cachito Reyes
Pacheco
Sent: Friday, April 02, 2004 1:42 PM
To: oracle-l_at_freelists.org
Subject: Re: Java vs. Perl ... vs. Python
Branimir, please what do you use to connect phyton to Oracle, here I
found but there are several choices.
http://www.python.org/topics/database/modules.html
Juan Carlos Reyes Pacheco
OCP
Database 9.2 Standard Edition
----- Original Message -----=20
From: "Branimir Petrovic" <BranimirP_at_cpas.com>
To: <oracle-l_at_freelists.org>
Sent: Friday, April 02, 2004 4:33 PM
Subject: RE: Java vs. Perl ... vs. Python
>=20
Steve, I think it is a great idea to try showing off "ugly duckling" (that Python is) to the world. On second look (as the first for some reason always seems to go to Perl) Python is quite amazing piece of=20 tool, relatively easy to master but very powerful, tool "for life"=20 (if there is such a thing in IT world).=20
I am puzzled how Python never managed to catch wider attention of=20 DBA types. Hopefully your presentation will mark first step in=20 "right" direction.
Branimir
Looking forward to finally figure out "The Meaning of Life" on IOUG...
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Fri Apr 02 2004 - 14:53:25 CST
![]() |
![]() |