Alternative to Cursors - Performance
575682May 20 2010 — edited Jan 10 2011Hi,
I'm for the first time in a PL/SQL project and due to it I have a few doubts mainly about cursors.
Is it true that Cursors are bad in performance? IF yes what should I use instead ? Ref Coursors? Table types? What other options do I have?
Probably it will depend for what I need them... Im using a cursor to populate an array of objects.
Thanks,
JP