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: Chris Seidel <cs_at_gmx.de>
Date: Tue, 4 Apr 2006 16:35:29 +0200
Message-ID: <e0u061$1bc$1@online.de>


Anurag Varma wrote:

> How big is big?

30 Million rows, each row with about 15 fields, most of them varchar.

> Try:
> insert /*+ append */ into onetable select * from bigtable1;

What is the append-hint doing? Received on Tue Apr 04 2006 - 09:35:29 CDT

Original text of this message

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