Re: Oracle Data Access in Python
- From: Bill Scherer <bill.scherer@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 13:15:03 -0400
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 well.
Python?
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
.
- Follow-Ups:
- Re: Oracle Data Access in Python
- From: A.M
- Re: Oracle Data Access in Python
- Prev by Date: Re: iterator? way of generating all possible combinations?
- Next by Date: Re: Are ActivePython scripts compatible with Linux?
- Previous by thread: Oracle Data Access in Python
- Next by thread: Re: Oracle Data Access in Python
- Index(es):
Relevant Pages
|