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: copy 2 big tables into one in oracle 9.2

Re: copy 2 big tables into one in oracle 9.2

From: Anurag Varma <avoracle_at_gmail.com>
Date: 4 Apr 2006 07:47:52 -0700
Message-ID: <1144162072.805204.73350@j33g2000cwa.googlegroups.com>

append hint will write the data over the HWM. This minimizes undo and thus reduces redo also.

However, append might not work as good if you have indexes on that table. If you have that then have a look here (mark indexes unusable, alter session set skip_unusable_indexes=true ... insert .. rebuild indexes etc.):

http://asktom.oracle.com/pls/ask/f?p=4950:8:13633811699375894342::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:3224814814761

Anurag Received on Tue Apr 04 2006 - 09:47:52 CDT

Original text of this message

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