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: Oracle/3rd party tool/utility to copy data from one table to the other

Re: Oracle/3rd party tool/utility to copy data from one table to the other

From: Greg Akins <gakinsNOgaSPAM_at_gatewayhealthplan.com.invalid>
Date: 2000/03/02
Message-ID: <08933e4e.a158ee83@usw-ex0104-025.remarq.com>#1/1

Just drop the indices, do the insert, and recreate the indices.

Also, turning off archiving while performing the insert will help.

There might be some tools available to do this, but I just wrote a 50 line PL/SQL block which does it all.

-greg

Received on Thu Mar 02 2000 - 00:00:00 CST

Original text of this message

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