When I run an UPDATE
statement in Oracle, is there a way to catch the returning message from the update that is displayed in the console (should be something like "15 rows updated" for example)?
If not, is there a way to catch the number of rows that were updated and store this value into a variable in PL/SQL?