Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Cursor Not Found « Cursor « Oracle PL / SQL
Oracle PL / SQL
Cursor
Cursor Not Found
1.
If cursor not found, reset the value
2.
Explicit Cursor and notfound
3.
SQL%NOTFOUND and if statement
4.
Exit When Cursor%NOTFOUND
5.
Incorrect location of the EXIT WHEN statement.
6.
Behavior of the NO_DATA_FOUND exception.
7.
Use 'EXIT WHEN studentCursor%NOTFOUND' just after fetch statement
8.
NO_DATA_FOUND vs. %NOTFOUND
9.
Loop till exit when cursorName%notfound
10.
Output last row in a cursor
11.
fetch cursor till notfound