get the parameter values and entire call stack in procedure
SridharNMar 10 2009 — edited Mar 10 2009Does Oracle provides any utility procedure like format_error_stack, and format_call_stack, where I can get entire procedure/function call along with parameters passed to it so that I can just dump that into some table as part of logging.
-S