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 do I script object creation?

Re: How do I script object creation?

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 07 Nov 2005 14:17:06 -0800
Message-ID: <1131401827.477079@yasure>


Weasel wrote:
> Hello all,
>
> I have a frustrating problem: how do I replicate the effects of
> SQLserver's "Generate SQL script" function in Oracle?
>
> For those unfamiliar with the functionality, you can designate any
> objects, across any schema, and SQLserver will automatically generate
> all DDL for creating the object (in the case of tables and indexes,
> they will be created as empty objects).

A demo of the DBMS_METADATA package can be found in Morgan's Library at www.psoug.org.

You coulld also do it with Streams and various other techniques depending on your Oracle version (not named) and edition (not named).

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Mon Nov 07 2005 - 16:17:06 CST

Original text of this message

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