Re: Oracle Data Access in Python
- From: "A.M" <alanalan@xxxxxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 13:59:57 -0400
"Bill Scherer" <bill.scherer@xxxxxxxxxxxxxxxxxxx> wrote in message
news:mailman.6375.1149096323.27775.python-list@xxxxxxxxxxxxx
A.M wrote:
Hi,No.
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?No.
What is the most common strategy for accessing to Oracle data throughcx_Oracle seems to be the leading module for Oracle access today. It works
Python?
well.
http://www.cxtools.net/default.aspx?nav=cxorlb
You'll need the apropriate Oracle client installed for it to work, of
course. Oracle's "Instant Client" is probably the easiest way to get what
you need for that.
Hope that helps,
Bill
Thanks Bill for help.
I also learned about DCOracle2 at this page:
http://www.python.org/doc/topics/database/modules/
What do you think about DCOracle2? It seems to be based on Python Database
API Specification.
Thanks again,
Ali
.
- References:
- Re: Oracle Data Access in Python
- From: Bill Scherer
- Re: Oracle Data Access in Python
- Prev by Date: Help requested -- importing stuff from a .COM DLL into python
- Next by Date: TSV to HTML
- Previous by thread: Re: Oracle Data Access in Python
- Next by thread: Re: Oracle Data Access in Python
- Index(es):
Relevant Pages
|