forked from tmuth/Logger---A-PL-SQL-Logging-Utility
-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
Have an API call so that we can log rowcount in an easier method. Should look like:
logger.log_rowcount(p_str, p_scope ...)
Internally it would:
begin
logger.log(p_string || ': ' || sql%rowcount', l_scope) ...
end;
Things to think of:
sql%rowcount
will be changed for any calls after- Enhance for bulk inserts etc...
phartenfeller
Metadata
Metadata
Assignees
Labels
No labels