DEVFYI - Developer Resource - FYI

What is a package cursor ?

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

87.What is a package cursor ?

A package cursor is a cursor which you declare in the package specification without an SQL statement. The SQL statement for the cursor is attached dynamically at runtime from calling procedures.

(Continued on next question...)

Other Interview Questions