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

Home -> Community -> Usenet -> c.d.o.server -> Q: Dinamic OPEN v_cursor FOR SELECT ...

Q: Dinamic OPEN v_cursor FOR SELECT ...

From: Gombos Bertalan <bgombos_at_freemail.c3.hu>
Date: Fri, 26 Feb 1999 13:16:10 +0000
Message-ID: <36D69E9A.9A5E8949@freemail.c3.hu>


Hello all,

  I would like to execute dinamical an anonymous PL/SQL block like this:

DECLARE
BEGIN
  OPEN :v_ret FOR
    SELECT ...;
END;   .. where type of v_ret is cursor reference. There isn't comfortable version of dbmq_sql.variable_value procedure. I don't have any solution, is it possible in any way?

Bye:
--

    .---,                            G o m b o s  B e r t a l a n
    :   :
    :---'-. ,---. ,--. ,-.-.       rendszerfejleszto, Oracle mernok
    :     : :--   :      ;          mailto:bgombos_at_freemail.c3.hu
   ,' '---' '---' '      `-'

-- : ------------------------- Az elet megis egy habostorta? --- '10^2-1
Received on Fri Feb 26 1999 - 07:16:10 CST

Original text of this message

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