| oracle pl/sql [message #577570] |
Mon, 18 February 2013 09:53  |
 |
azpl/sql
Messages: 1 Registered: February 2013
|
Junior Member |
|
|
|
I have a oracle cursor. I need to find whether that cursor has a only the value I a looking for. If it has that value then i need to do some actions. How do i perform this logic within a cursor?
|
|
|
|
|
|
|
|
| Re: oracle pl/sql [message #577788 is a reply to message #577574] |
Wed, 20 February 2013 10:25  |
Bill B
Messages: 985 Registered: December 2004
|
Senior Member |
|
|
Look at CURSOR LOOPS. If the condition in the cursor is never satisfied the code inside the loop will never be accessed.
[mod-edit] change first word LOOP to LOOK. I think that is what Bill B meant.
[Updated on: Wed, 20 February 2013 12:44] by Moderator Report message to a moderator
|
|
|
|