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: database oracle9i structure/schemas

Re: database oracle9i structure/schemas

From: RaviAlluru <ravi.alluru_at_gmail.com>
Date: 18 Nov 2005 10:27:32 -0800
Message-ID: <1132338452.693976.80080@f14g2000cwb.googlegroups.com>

lakshmananl wrote:
> hello Gurus, i have a clarification. is there any scripts or tool to
> extract only the structure and schemas without the data of an existing
> database, and use the same for creating a new one. thanks in advance.

Try

exp schema_name/pwd_at_connect_string full=y indexfile=create_script.sql rows=n

This will create the create_script.sql

with all the ddl. You should be able to modify this script (for tablespaces etc) and use it to create an identical schema without the data.

Hth

Ravi Received on Fri Nov 18 2005 - 12:27:32 CST

Original text of this message

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