Re: Merge - when not matched, INSERT then DELETE

  • From: fmhabash <fmhabash@xxxxxxxxx>
  • To: michaeljmoore@xxxxxxxxx
  • Date: Thu, 22 Jul 2010 13:36:00 -0400

I ran into this situation last month. The 'delete' option of the 'merge' statement applies to the 'when matched' only and affects the destination table. I ended up using plsql (bulk select and bulk dml) to do this work. I refered to table differecing techniques described in warehousing guide.


Thank you.
--
//www.freelists.org/webpage/oracle-l


Other related posts: