Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> DBMS SQL and REF Cursors

DBMS SQL and REF Cursors

From: Andrew Schneider <aschneider_at_powervision.com>
Date: Mon, 14 Jun 1999 13:42:03 -0400
Message-ID: <37653EEB.72EA59F9@powervision.com>


When building dynamic PL/SQL via DBMS_SQL, how do you propagate result sets to the client via a strong or weak typed REF CURSOR pointer variable. The handles returned by DBMS_SQL methods are not synonymous with a REF CURSOR type. Is there a way to force a REF CURSOR variable to point to a DBMS_SQL result set. Received on Mon Jun 14 1999 - 12:42:03 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US