We\'re looking for a way to log any call to stored procedures in Oracle, and see what parameter values were used for the call.
We\'re using Oracle 10.2.0.1
W
are you using 10g let try with this exec dbms_monitor.session_trace_enable(session_id=>xxx, serial_num=>xx, waits=>true, binds=>true); you can get session_id=SID & serial_num=SERIAL# from v$session