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 to be the leading module for Oracle access today. It 
works 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to