Oracle database export

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tor Erik Soenvisen

    #1

    Oracle database export

    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
  • Diez B. Roggisch

    #2
    Re: Oracle database export

    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 tools to do that. For example the conveniently named
    export tool "exp"

    No python in the equation, though.


    Diez

    Comment

    • mensanator@aol.com

      #3
      Re: Oracle database export


      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 connection, can't you make an ODBC connection to the
      Oracle database and use the same script? I have an application that
      loads PDA data to a named ODBC connection. I point that named
      connection to different databases depending on whether I'm loading
      to the network database (SQL Server) or a local database (MS Access).
      No modification to the application required.
      >
      Does anyone know of such a tool or Python script.
      >
      regards tores

      Comment

      • Waldemar Osuch

        #4
        Re: Oracle database export



        On Oct 5, 9:05 am, Tor Erik Soenvisen <torer...@hotma il.comwrote:
        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
        Would that help?
        Gate is a leading provider of web hosting, domain names, exchange hosting and virtual private servers.


        Waldemar

        Comment

        Working...