SyntaxFix
Write A Post
Hire A Developer
Questions
You can use a bind variable at the SQLPlus level to do this. Of course you have little control over the formatting of the output.
VAR x REFCURSOR; EXEC GetGrantListByPI(args, :x); PRINT x;