count for inserted and updated records in a merge statement
508434Jul 18 2006 — edited Jul 18 2006Hi,
I am using a merge statement in PL/SQL and I need number of records inserted and number of records updated by that particular merge statement. We have
%rowcount for any other DML operations to find out the number of records affected. Please advise me how to find out these details from the target table.
Poulose