0
Reply

What is a Ref Cursor

Sridevi Koduru

Sridevi Koduru

6y
1.1k
0
Reply

Oracle server uses unnamed memory spaces to store data used in implicit cursors.

  • Ref cursors are used to define a cursor variable, which will point to that memory space and can be used like pointers in SQL ‘S’.