Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Newbie to cursors...
fitzjarrell_at_cox.net schrieb:
>
> This immediately returns NO_DATA_FOUND and exits. You never get to the
> statements which populate the table.
>
NO_DATA_FOUND will never be raised if resultset is empty, you mean probably, %NOTFOUND cursor attribute will be set to true.
Best regards
Maxim Received on Thu Jan 04 2007 - 16:39:14 CST