For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi,
Is there a way to count the number of rows processed post DML in PL/SQL?
For eg,
BEGIN INSERT INTO TMP1 SELECT * FROM EMP; a function to count the number of rows inserted into tmp1