Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a confusion the scenario where we should use the strong ref cursor and weak ref cursor.i can not understand what is the benefit of return type in strong cursor.can anyone help me in understanding the concept?
Posted

1 solution

For the same reason you use strong typing in any programming language.
To minimize bugs caused by not having the type you thought you had.

The question is rather why you should use weakly typed refcursors ever.
And the only example I can think about is dynamic queries.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900