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

Home -> Community -> Usenet -> c.d.o.misc -> how to test a modifying procedure?

how to test a modifying procedure?

From: bullseye <bullseye35_at_deletethefunnies@excite.com>
Date: Mon, 10 Dec 2001 15:28:57 GMT
Message-ID: <Zw4R7.174146$n5.22042584@typhoon.nyc.rr.com>


PL/SQL question
I created a procedure to modify a small table (two columns). When testing the procedure, what is the best way to verify if a record being modified exists in the table or not? Use an IF, THEN statement, a function, or a trigger?

I would appreciate an example of the syntax used. Received on Mon Dec 10 2001 - 09:28:57 CST

Original text of this message

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