Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Moving Large Volumes of Data between 2 Oracle Databases
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 Fri Nov 02 2001 - 09:22:13 CST
![]() |
![]() |