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
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
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
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
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