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: Moving Large Volumes of Data between 2 Oracle Databases

Re: Moving Large Volumes of Data between 2 Oracle Databases

From: Ronald <devnull_at_ronr.nl>
Date: 6 Nov 2001 23:28:25 -0800
Message-ID: <67ce88e7.0111062328.757b16b5@posting.google.com>


arunjacob_at_hotmail.com (Arun J Muthalaly) wrote in message news:<c0da5cec.0111020722.1f70bc66_at_posting.google.com>...
> Hi,
>
> I have moved Gigabytes of data using the direct load method between
> Oracle databases having tables with same structure ie by using insert
> /+* APPEND */
> into target_table as select * from source_table.
>
> How does this compare in perfomance with using parallel query slaves
> as insert /* parallel(a,x) */ into target_table a as select /*
> parallel(b,y) */ from source_table b (x,y denotes degree of
> parallelism )? . Does the source database also need to have parallel
> query enabled ?

I don't expect to see much performance improvement.When I do this, I only used parallellism on building the indexes. Building and populating a 12G database in 2 hours was good enough for me.

Ronald.



http://ronr.nl/unix-dba Received on Wed Nov 07 2001 - 01:28:25 CST

Original text of this message

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