Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Moving Large Volumes of Data between 2 Oracle Databases
Hi Arun,
Have you tried transportable tablespaces?
-Ranga
"Arun J Muthalaly" <arunjacob_at_hotmail.com> 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 ?
>
> Thanks and regards
>
> Arun
>
Received on Sat Nov 03 2001 - 11:32:37 CST
![]() |
![]() |