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 -> PL/SQL Newbie Question

PL/SQL Newbie Question

From: <khs_at_netset.com>
Date: Fri, 10 Sep 1999 23:33:47 GMT
Message-ID: <37d99493.428813@news.netset.com>


I have a SELECT statement that returns, at most, 1 row in a procedure. When the select doesn't return a row (NO_DATA_FOUND) I want to set the variable that recieves the column value to a space (' ') and go on with the rest of the logic in the procedure. What happens is that the procedure exits. How can I prevent this?

Thanks for your help... Received on Fri Sep 10 1999 - 18:33:47 CDT

Original text of this message

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