Dynamic insert into multiple tables
NordikJun 18 2010 — edited Jun 18 2010Can someone tell the fastest way to insert data from multiple source to multiple targets using pl/sql code.
I am using dblink to access source data. i wanna use same pl/sql code for multiple source to multiple target.
Regards