Difference between cursor and reference cursor?

Posted by silpa on Sep 11 2007

Cursor is a structure that points to a memory location

Reference cursor points to a object that in turn points to the memory location
adv is that we can pass dynamically ref cursor as parameter to a procedure

Leave a Comment