Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RaviV
  • Order by date
  1. RaviV

    Can REF cursor be opened dynamically?

    Declare the RefCursor in a package specification. Then use the package reference in the Dynamic SQL. As in: PACKAGE RF IS TYPE CTyp IS REF CURSOR; cur CTyp; END RF; v_open:= 'BEGIN OPEN RF.Cur '||' FOR '||''''||v_final_str||''''||' USING '|| p1_id ||','|| p2_id||','|| p3_id||'; END;'...

Part and Inventory Search

Back
Top