DBA > Job Interview Questions > Oracle DBA Interview questions and Answers

How do you pass cursor variables in PL/SQL?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How do you pass cursor variables in PL/SQL?

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.

(Continued on next question...)

Other Job Interview Questions