Introduction To PL/SQL
Introduction To PL/SQL
Cursors
Explicit Cursor Operations
Controlling Explicit Cursors
Using Explicit Cursors to Process Rows
Cursors and Records
Cursor FOR Loops Using Subqueries
Explicit Cursor Attributes
%NOTFOUND and %ROWCOUNT Attributes
Handling Exceptions
Concept of Exception
Handling Exceptions with PL/SQL
Predefined Exceptions
Trapping Predefined and Non-predefined Oracle Server Errors
Functions that Return Information on Exceptions
Usage of PRAGMA keyword
Trapping User-Defined Exceptions
Propagating Exceptions