Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> returning a cursor from dynamic sql
hi!
does anyone know, how i can return a cursor as parameter from a dynamic
sql statement ?
oracle version 8.0.6 for hp-ux
---snip
v_selectstr := v_selectstr || ' select ' || selobj; v_selectstr := v_selectstr || ' from ' || tabobj; v_selectstr := v_selectstr || ' where ' || whereobj; v_dyncursor := DBMS_SQL.OPEN _CURSOR;
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Nov 08 2000 - 14:17:51 CST
![]() |
![]() |