I need to know which stored procedures are running. It's not an option to "mark" the stored procedures changing their source.
Thank you very much.
I need to know which stored procedures are running. It's not an option to "mark" the stored procedures changing their source.
Thank you very much.
Not sure about doing that for the entire database, but did you try using DBMS_TRACE?
http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_trace.htm#CACEIHAH
This blogpost of mine tells you all about it: http://rwijk.blogspot.com/2008/11/executingpackagessql.html
Regards, Rob.