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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to