Casting sql into ref-cursor
875308Jan 31 2012 — edited Feb 2 2012Hi,
I have a procedure with refcursor as a parameter. Table name and columns for ref cursor should be passed dynamically.
Is there any way to cast string parameter to refcursor? If so whoever will be calling this parameter just have to pass the sql and that should be converted into refcursor.
Thanks.