If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > stored proc parameters

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-19-11, 15:31
redwolf redwolf is offline
Registered User
 
Join Date: Apr 2004
Posts: 179
stored proc parameters

Is there any way to capture the values passed into a stored procedure while its running ?

Thanks
Reply With Quote
  #2 (permalink)  
Old 04-20-11, 07:43
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
If the procedure call is a prepared statement, an activity event monitor should capture bound parameter values.
Reply With Quote
  #3 (permalink)  
Old 04-20-11, 13:15
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
If the proceduce is called via CLI/ODBC, you could use a CLI trace. Alternatively, you could trace the parameter values inside the procedure itself.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On