|  | 
	|  | 
	| 
		
			| Re: stored procedure problem [message #64079 is a reply to message #64074] | Mon, 13 December 2004 06:21  |  
			| 
				
				
					| croK Messages: 170
 Registered: April 2002
 | Senior Member |  |  |  
	| Trace the session executing the procedure, and then, tkprof the *.trc file generate by the trace session. You can find something like:
 call     count       cpu    elapsed
 -------- ---------- ---------- ----------
 Parse       12      0.12       0.10
 Execute     12      0.07       0.08
 Fetch        0      0.00       0.00
 ---------- ---------- ----------  ----------
 total       24      0.19       0.18
 
 Execute count=12 is what you are looking for..
 
 Hope it helps.
 |  
	|  |  |