Trace procedure
Hello,
Some advise for the bellow problem will be appreciated:
"I have a monthly script which is started from the application server. The script makes some checks, calls other SQLs and generates a task in the DB that it runs. This task in turn calls some application-specific procedures. From the investigations I made (monitoring sessions at the time of the script run) we identified some called procedures.
The feedback received from business is that this procedure does not modify certain records as it should, so I'm looking for a solution to monitor at the insert / update level of what happened in background.(which procedures are called)".