how to count no:of invocations of a procedure in a package??
431046Nov 4 2004 — edited Nov 5 2004I have a Package with cursor variable+two procedures having the cursor variable as IN OUT argument.
Package Body,
i use the cursor variable in 2 procedures.
Now,my question is ,Is there any way to count the no:of times the procedure is invoked?
How can i implement counters so that it records the no:of invocations of procedure in different sessions?