Re: Oracle Database

2017-03-07 Thread Joaquin Henriquez
  Original Message   >What is the easiest way to connect to an Oracle Database >using python in >order to run queries? ‎You should check module cx_Oracle -- https://mail.python.org/mailman/listinfo/python-list

Re: Oracle Database

2017-03-07 Thread Chris Angelico
On Wed, Mar 8, 2017 at 6:21 AM, Robert James Liguori wrote: > What is the easiest way to connect to an Oracle Database using python in > order to run queries? There's a Python package called cx_oracle that provides a standardized interface. You can run queries using t

Oracle Database

2017-03-07 Thread Robert James Liguori
What is the easiest way to connect to an Oracle Database using python in order to run queries? -- https://mail.python.org/mailman/listinfo/python-list

Python with Oracle Database Course.

2016-05-03 Thread Tarek Abulnaga
I have created Python with Oracle Database Course, and offer 50% discount till 10-5-2016. Any one interested in course just click on below link. https://www.udemy.com/using-python-with-oracle-db/? Then write coupon Code=PYTHON_ORACLE_50%25 -- https://mail.python.org/mailman/listinfo/python

Re: Learn Oracle Database Administration in 10 Minutes

2007-07-06 Thread Stefan Behnel
[EMAIL PROTECTED] wrote: > Learn Oracle Database Administration in 10 Minutes. No kidding. Check > it yourself, > > http://www.takveen.com It already takes longer than 10 minutes to install, so I have the time to learn more than I find in that book before I even get to using it. B

Learn Oracle Database Administration in 10 Minutes

2007-07-06 Thread [EMAIL PROTECTED]
Learn Oracle Database Administration in 10 Minutes. No kidding. Check it yourself, http://www.takveen.com Only good analogy makes complex concepts simple! -- http://mail.python.org/mailman/listinfo/python-list

Re: Oracle database export

2006-10-05 Thread Waldemar Osuch
On Oct 5, 9:05 am, Tor Erik Soenvisen <[EMAIL PROTECTED]> wrote: > Hi, > > I need to export an Oracle database to a DDL-formated file. On the Web, I > found a Python script that did exactly this for a MS Access database, but > not one for Oracle databases. > > Does an

Re: Oracle database export

2006-10-05 Thread [EMAIL PROTECTED]
Tor Erik Soenvisen wrote: > Hi, > > I need to export an Oracle database to a DDL-formated file. On the Web, I > found a Python script that did exactly this for a MS Access database, but > not one for Oracle databases. How does the Python script connect to the MS Access database?

Re: Oracle database export

2006-10-05 Thread Diez B. Roggisch
Tor Erik Soenvisen wrote: > Hi, > > I need to export an Oracle database to a DDL-formated file. On the Web, I > found a Python script that did exactly this for a MS Access database, but > not one for Oracle databases. > > Does anyone know of such a tool or Python script

Oracle database export

2006-10-05 Thread Tor Erik Soenvisen
Hi, I need to export an Oracle database to a DDL-formated file. On the Web, I found a Python script that did exactly this for a MS Access database, but not one for Oracle databases. Does anyone know of such a tool or Python script. regards tores -- http://mail.python.org/mailman/listinfo

RE: difficulty connecting to networked oracle database

2005-07-22 Thread Albert Leibbrandt
>> As the other posters already mentioned, cx_Oracle is the way to go. I'm >> using it to connect to Oracle not only on Windows, but also on Solaris, >> Linux and AIX. >> Grig I can second that, I have been using python and cx_oracle for more than 3 years now Albert -- http://mail.python.org/

Re: difficulty connecting to networked oracle database

2005-07-21 Thread Grig Gheorghiu
As the other posters already mentioned, cx_Oracle is the way to go. I'm using it to connect to Oracle not only on Windows, but also on Solaris, Linux and AIX. Grig -- http://mail.python.org/mailman/listinfo/python-list

Re: difficulty connecting to networked oracle database

2005-07-21 Thread Martin Franklin
to upload data to an oracle database table. Aside from > installing oracle clients to ODBC being a pain, I would like to > consider other ways to connect. > > Has anyone had experiences with Python connecting to oracle from Win > XP? I have searched the 'net for various modules

Re: difficulty connecting to networked oracle database

2005-07-21 Thread Paul McNett
to upload data to an oracle database table. Aside from > installing oracle clients to ODBC being a pain, I would like to > consider other ways to connect. > > Has anyone had experiences with Python connecting to oracle from Win > XP? I have searched the 'net for various modules

difficulty connecting to networked oracle database

2005-07-21 Thread yahibble
Now, I am no Python expert but I have dabbled and I have spent a couple of days with another engineer unsuccessfully installing oracle drivers for MS ODBC on the win XP machine. It looked to me like ODBC was the best way to get a (free) python module to upload data to an oracle database table