Re: How to trap arguments passed in to procedure...

  • From: rjamya <rjamya@xxxxxxxxx>
  • To: chrisstephens@xxxxxxx
  • Date: Tue, 30 Nov 2004 10:18:21 -0500

instead of 10046^12, try dbms_support.start_trace(true,true)

dbms_support option also enables RPC logging, so whenever
procedure/functions/packages are called those calls do get logged, it 
will display bind values passed in the RPC call.

HTH
Raj


On Tue, 30 Nov 2004 09:40:57 -0500, Stephens, Chris
<chrisstephens@xxxxxxx> wrote:
> I am trying to troubleshoot an error occuring in a web application.  The
> app calls a stored procedure that I wrote.  When I pass in the arguments
> via sqlplus/toad whatever, I am unable to generate the error.  The web
> developer swears up and down that the values she has send me are being
> passed.  I attempted to enable a 10046 level 12 but that doesn't show
> the argument values passed in to the procedure.  How can I do that?
> 
> chris
> --
> //www.freelists.org/webpage/oracle-l
> 


-- 
------------------------------
--
//www.freelists.org/webpage/oracle-l

Other related posts: