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: Duplicate Tables with indexs

Re: Duplicate Tables with indexs

From: gazzag <gareth_at_jamms.org>
Date: 19 Oct 2005 08:40:37 -0700
Message-ID: <1129736437.012122.23000@g49g2000cwa.googlegroups.com>


Is he Spanish? ;-)

CREATE USER <new schema name>
IDENTIFIED BY <password>
DEFAULT TABLESPACE <default tablespace>
TEMPORARY TABLESPACE <temp tablespace>;

GRANT CREATE SESSION <new schema name>;

Then, export from the original schema followed by an import something like this:

imp system/<system password> file=<file_name> fromuser=<original_schema> touser=<new schema>

Hope this helps. Received on Wed Oct 19 2005 - 10:40:37 CDT

Original text of this message

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