Re: Oracle Data Access in Python

2006-05-31 Thread Bill Scherer
A.M wrote: > > "Bill Scherer" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > A.M wrote: > > > >> Hi, > >> > >> > >> > >> I am familiar with Perl's DBI programming. > >> > >> > >> > >> In Python, do we access to Oracle by using DBI? > >> > > No. > > > >> Is Oracle DBD driver incl

Re: Oracle Data Access in Python

2006-05-31 Thread A.M
"Bill Scherer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > A.M wrote: > >> Hi, >> >> >> >> I am familiar with Perl's DBI programming. >> >> >> >> In Python, do we access to Oracle by using DBI? >> > No. > >> Is Oracle DBD driver included with Python distributions? >> > No. > >>

Re: Oracle Data Access in Python

2006-05-31 Thread Bill Scherer
A.M wrote: > Hi, > > > > I am familiar with Perl's DBI programming. > > > > In Python, do we access to Oracle by using DBI? > No. > Is Oracle DBD driver included with Python distributions? > No. > What is the most common strategy for accessing to Oracle data through > Python? > cx_Oracle seems t

Oracle Data Access in Python

2006-05-31 Thread A.M
Hi, I am familiar with Perl's DBI programming. In Python, do we access to Oracle by using DBI? Is Oracle DBD driver included with Python distributions? What is the most common strategy for accessing to Oracle data through Python? Any help would be appreciated, Alan -- http://m