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

Home -> Community -> Usenet -> c.d.o.server -> Re: How can i generate SQL script?

Re: How can i generate SQL script?

From: <xmark.powell_at_eds.com.x>
Date: 26 Apr 2001 19:29:26 GMT
Message-ID: <9c9sum$u1c$1@news.netmar.com>

In article <9c8bin$q31$1_at_news.seed.net.tw>, Ron <ronyin_at_tpts5.seed.net.tw> writes:
>I got just over 500 tables on oracle8.0.5.
>how can i generate SQL script for these tables.
>
>Ron
>

Ron, could you be a little more specific about what kind of script you want to generate; do you want to generate the table DDL or do you want to perform counts of every table, analyzes, etc....?

If you want DDL the quickest way might be to perform a exp with rows=n and then use the indexfile=filename parameter on imp to generate the source code into a text file.

Received on Thu Apr 26 2001 - 14:29:26 CDT

Original text of this message

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