What Is a Cursor Variable

Q

What Is a Cursor Variable? - Oracle DBA FAQ - Working with Cursors in PL/SQL

✍: FYIcenter.com

A

A cursor variable is a variable of a specific REF CURSOR data type, which is a pointer to a data structure resource connects to query statement result, similar to the CURSOR data type.. The advantage of using cursor variables is that cursor variables can be used as variables to pass between procedures and functions.

2007-04-28, 5066👍, 0💬