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: Creating duplicate Tables

Re: Creating duplicate Tables

From: Van Messner <vmessnerNOvmSPAM_at_discovernet.com.invalid>
Date: Fri, 24 Mar 2000 09:36:47 -0800
Message-ID: <1071b541.74b377c5@usw-ex0106-047.remarq.com>

   Others may have better ideas but you could export table A. Rename table A to table B. Import table A. Now you have a table and a complete copy in your schema.

   Then export table A and table B. Import them into the second schema using FROMUSER and TOUSER. Then you will have four copies of A - two in schema 1 and two in schema 2.

Van

Received on Fri Mar 24 2000 - 11:36:47 CST

Original text of this message

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