Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Stored Procedure Help

Re: Stored Procedure Help

From: D.Y. <dyou98_at_aol.com>
Date: 14 Feb 2003 11:48:50 -0800
Message-ID: <f369a0eb.0302141148.4ba3e4ed@posting.google.com>


Find out which part of the procedure is responsible for your problem. The easiest way is to query v$sqlarea and find out which one (cursor or the update) is running and then focus on it.

aaron_rouse_at_yahoo.com (Aaron Rouse) wrote in message news:<a57b6daf.0302140700.2afe273_at_posting.google.com>...
> Thanks, Andrew's select statement is working since I tested it outside
> of the stored procedure. However when running the SP it ends up
> hanging just like my prior one did. We are running 8i here, I believe
> 8.1.7
Received on Fri Feb 14 2003 - 13:48:50 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US