Because I am tried of typing so long merge commands. This is more simple: V_RESULT := F_MERGE ( 'select * from PERSON@old_db' ,'PERSON', 'ID' ); for L_I in 1..V_RESULT.count loop dbms_output.put_line( ...
This repository is dedicated to PL/SQL code used for my work. - PL-SQL/MERGE.sql at main · CesarBeltranGarzon/PL-SQL ...