RE: Java vs. Perl ... vs. Python

  • From: "Orr, Steve" <sorr@xxxxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 2 Apr 2004 13:56:53 -0700

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@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] On Behalf Of Juan Cachito Reyes
Pacheco
Sent: Friday, April 02, 2004 1:42 PM
To: oracle-l@xxxxxxxxxxxxx
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@xxxxxxxx>
To: <oracle-l@xxxxxxxxxxxxx>
Sent: Friday, April 02, 2004 4:33 PM
Subject: RE: Java vs. Perl ... vs. Python


>=20
> I'm doing a Quick Tip (Q9) at IOUW titled, "Python, Oracle and the=20
> Meaning of Life." From my laptop (it's old and decrepit with a mere=20
> 256MB of RAM running at 850Mhz) I'll be running a full fledged web=20
> server which I developed entirely in 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...
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx put
'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //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@xxxxxxxxxxxxx put
'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //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@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: