May i know about ref cursor?.

Showing Answers 1 - 7 of 7 Answers

Lalita.p

  • Sep 13th, 2006
 

Cursors allow you process the resultset row by row.
Advantage of cursors it improve the query performance.

  Was this answer useful?  Yes

Ref cursor is basically a data type. A variable declared based on that data type is called cursor variable. The main advantage of using this variable is we can dynamically assosiate with different  queries at runtime depending upon  our requirement.



  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions