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
Reference Cursor « Cursor « Oracle PL / SQL
Oracle PL / SQL
Cursor
Reference Cursor
1.
Define and use reference cursor
2.
Defines and declares a reference cursor before explicitly opening it
3.
REF CURSOR custom type
4.
Reference cursor demo
5.
Reference value in a cursor by cursor variable
6.
Set the REFCURSOR variable to the results of a SELECT statement, and print out the REFCURSOR variable
7.
refcursor variable