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 that. https://pypi.python.or

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 anyone know of such a tool or P

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? If it's an ODBC

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 is equipped with