How do you pass cursor variables in PL/SQL?

Q

How do you pass cursor variables in PL/SQL?

✍: Guest

A

Pass a cursor variable as an argument to a procedure or function. You can, in essence, share the results of a cursor by passing the reference to that result set.

2011-10-31, 2797👍, 0💬