Re: [Help]: PL/SQL Block "Handling NO_DATA_FOUND exception"
From: JamesF5088 <jamesf5088_at_aol.com>
Date: 30 Jul 1994 22:20:10 -0400
Message-ID: <31f1oq$j06_at_search01.news.aol.com>
Date: 30 Jul 1994 22:20:10 -0400
Message-ID: <31f1oq$j06_at_search01.news.aol.com>
In article <315auj$naj_at_decuk.uvo.dec.com>, yakir_at_tavult.enet.dec.com (Yakir Lavie) writes:
Possibly two solutions:
- the use of " if your_cursor%notfound then ...." or if this is not feasible
- in the exception handler call a procedure with parameters from your current pl/sql block that will populate the block and/or insert the data you require.
Jim Received on Sun Jul 31 1994 - 04:20:10 CEST