Re: [DB-SIG] Oracle API

2005-05-09 Thread mike.guice
Thanks -Original Message- From: Miroslav Siket [mailto:[EMAIL PROTECTED] Sent: Monday, May 09, 2005 3:33 AM To: Guice, Mike (Liberty) Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; db-sig@python.org Subject:Re: [DB-SIG] Oracle API You can download Oracle Instant client

Re: [DB-SIG] Oracle API

2005-05-09 Thread Miroslav Siket
e, Mike (Liberty); db-sig@python.org > Subject:Re: [DB-SIG] Oracle API > > Stephen Day wrote: > > No need the have the Oracle client. There are a few > > modules that should work listed here (not all > > Oracle!): > > > > http://www.pytho

Re: [DB-SIG] Oracle API

2005-05-07 Thread mike.guice
@python.org Subject:Re: [DB-SIG] Oracle API Stephen Day wrote: > No need the have the Oracle client. There are a few > modules that should work listed here (not all > Oracle!): > > http://www.python.org/topics/database/modules.html > > I've used cx_Oracle with

Re: [DB-SIG] Oracle API

2005-05-05 Thread Eric Brunson
Gerhard Haering wrote: On Tue, May 03, 2005 at 05:14:45PM -0400, [EMAIL PROTECTED] wrote: Is it necessary to have the Oracle Client installed in a machine that wishes to connect to an Oracle database? Yes, but a minimal install will do. If not, what are the r

Re: [DB-SIG] Oracle API

2005-05-05 Thread Stephen Day
Sorry about that, I have the Oracle client installed... but didn't know it was needed. --- Stephen Day <[EMAIL PROTECTED]> wrote: > No need the have the Oracle client. There are a few > modules that should work listed here (not all > Oracle!): > > http://www.python.org/topics/database/modules.htm

Re: [DB-SIG] Oracle API

2005-05-05 Thread Andy Todd
Gerhard Häring wrote: > Andy Todd wrote: > >>[...] The Python db-api modules (such as cx_Oracle and DCOracle2) still >>require you to have the Oracle client software installed. >> >>Oracle do ship a class (III or is it IV?) pure Java JDBC driver which >>you can use from Jython. >> >>The only oth

Re: [DB-SIG] Oracle API

2005-05-05 Thread Gerhard Häring
Andy Todd wrote: > [...] The Python db-api modules (such as cx_Oracle and DCOracle2) still > require you to have the Oracle client software installed. > > Oracle do ship a class (III or is it IV?) pure Java JDBC driver which > you can use from Jython. > > The only other way I'm aware of that yo

Re: [DB-SIG] Oracle API

2005-05-05 Thread Andy Todd
Stephen Day wrote: > No need the have the Oracle client. There are a few > modules that should work listed here (not all > Oracle!): > > http://www.python.org/topics/database/modules.html > > I've used cx_Oracle with success. > > Stephen Day > > > --- [EMAIL PROTECTED] wrote: > > >>Is it ne

Re: [DB-SIG] Oracle API

2005-05-05 Thread Gerhard Haering
On Tue, May 03, 2005 at 05:14:45PM -0400, [EMAIL PROTECTED] wrote: > Is it necessary to have the Oracle Client installed in a machine that > wishes to connect to an Oracle database? Yes, but a minimal install will do. > If not, what are the requisite files for making the connection? It's possib

Re: [DB-SIG] Oracle API

2005-05-04 Thread Stephen Day
No need the have the Oracle client. There are a few modules that should work listed here (not all Oracle!): http://www.python.org/topics/database/modules.html I've used cx_Oracle with success. Stephen Day --- [EMAIL PROTECTED] wrote: > Is it necessary to have the Oracle Client installed > in