Ref Cursors

How many ref cursors can be dynamically opened in stored procedures for a session?

Questions by Mohamed Harish   answers by Mohamed Harish

Showing Answers 1 - 6 of 6 Answers

We have two types of ref cursors

1. Week typed
2. Strong typed

Ex: Type <Ref cursor Name> is ref cursor /* this is week typed*/

Ex:Type <Ref cursor Name> is ref cursor  return <Rowtype> /* this is strong type

  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