What is cursor and its types?
Posted by silpa on Sep 11 2007
Cursor is a pointer to oracle context area.Context area is memory space used for processing sql statements.
3 types of cursors are
static - implicit,explicit
dynamic
reference
Posted by silpa on Sep 11 2007
Cursor is a pointer to oracle context area.Context area is memory space used for processing sql statements.
3 types of cursors are
static - implicit,explicit
dynamic
reference
Leave a Comment