Cursor in EXECUTE IMMEDIATE
cpMay 24 2010 — edited May 25 2010How to use cursor in EXECUTE IMMEDIATE command.
i.e. I have a dynamic SELECT query where I will get huge records while using EXECUTE IMEDIATE command, which I want that to be in a cursor.
Can I do this ? If yes how ?