Inserts over dblink

  • From: "Steve T. Baldwin" <stbaldwin@xxxxxxxxxxxxxxxx>
  • To: "Oracle-L (E-mail)" <Oracle-L@xxxxxxxxxxxxx>
  • Date: Mon, 19 Jun 2017 00:10:20 +0000

Hi,


I've not used DB Links much so this may be a naive question but can someone 
help me understand why:


insert into remote_table@dblink select from local_table (approx 30 seconds for 
1000 rows)


would be ~ 100x slower than:


insert into local_table select from remote_table@dblink (approx 0.3 seconds for 
1000 rows)


Thanks,

Steve

------------------------------------------------------------------
This email is intended solely for the use of the
addressee and may contain information that is
confidential, proprietary, or both. If you receive
this email in error please immediately notify
the sender and delete the email.
------------------------------------------------------------------

Other related posts: