Cursor Status « Cursor « Oracle PL/SQL Tutorial






25.7.Cursor Status
25.7.1.Accessing Status Info by Using Cursor Variables
25.7.2.Checking the status of explicit cursors
25.7.3.Checking the status of implicit cursors
25.7.4.To determine when the loop is to end, you can use the Boolean variable cursorName%NOTFOUND.
25.7.5.When cursorName%NOTFOUND
25.7.6.Return information using cursor status variables