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: Solution to generate scripts to recreate database

Re: Solution to generate scripts to recreate database

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Wed, 12 Sep 2007 14:39:06 -0500
Message-ID: <46e83457$0$21011$88260bb3@free.teranews.com>


mtn_bikers_at_msn.com wrote:
> Hi,
>
> I search a GOOD solution to generate scripts to recreate database with
> no data. I already do that with EXP/IMP but someone have better
> suggestion to me.
>
> Thanks!
>

Depending on what you mean by recreating a database...the DBMS_METADATA.GET_DDL procedure can be used to reverse engineer many CREATE statements.

HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown

-- 
Posted via a free Usenet account from http://www.teranews.com
Received on Wed Sep 12 2007 - 14:39:06 CDT

Original text of this message

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