Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to create a DDL for a schema

Re: How to create a DDL for a schema

From: <gareth_at_jamms.org>
Date: 19 Oct 2005 06:16:39 -0700
Message-ID: <1129727799.325342.312810@g43g2000cwa.googlegroups.com>


set long 20000
connect XAL_SUPERVISOR/<password>

SELECT DBMS_METADATA.GET_DDL('TABLE',u.table_name)

     FROM USER_TABLES u; Received on Wed Oct 19 2005 - 08:16:39 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US