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: Extreme delay in inserting data

Re: Extreme delay in inserting data

From: <frank.van.bortel_at_gmail.com>
Date: 9 Mar 2006 07:32:32 -0800
Message-ID: <1141918352.517767.41410@p10g2000cwp.googlegroups.com>


You have my sympathy.

Look at the plan; it is very well possible lots of data is fetched from the remote site, to be processed (and discarded) locally. If so, a possible alternative would be to create a snapshot on the 7.3 side, using the query above, and fetch that using something like 'select * from snapshot_at_remote_site'.

If (re-)creating the snapshot is too cumbersome, you could partition, or use a view.

By the way: the first commit is totally redundant; truncate table is DDL, and commits!

Frank van Bortel Received on Thu Mar 09 2006 - 09:32:32 CST

Original text of this message

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