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
Menu
EXIT « PL SQL « Oracle PL / SQL
Oracle PL / SQL
PL SQL
EXIT
1.
Impact of EXIT in a function
2.
Using EXIT with a simple LOOP
3.
Using EXIT with a WHILE loop
4.
Using EXIT with a FOR loop
5.
Unconstrained loop: exit
6.
Exit outer loop with 'EXIT LabelName When' statement
7.
EXIT WHEN clause.
8.
Exit to a label
9.
Exit loop since last index value is read.