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 package problem with cmd : inert into ... returning var into :desc

DBMS_SQL package problem with cmd : inert into ... returning var into :desc

From: LPS LYON <lps.lyon_at_wanadoo.fr>
Date: Fri, 12 Feb 1999 16:30:13 +0100
Message-ID: <7a1hbd$pek$1@platane.wanadoo.fr>


I would like to execute an insert returning command like this :

    INSERT INTO table (var1, var2, ...) VALUES (val1, val2, ...) RETURNING var1 INTO :desc

I want to use DBMS_SQL package with BIND_VALUE and VARIABLE_VALUE to execute this command but oracle server answer with error n°1427.

Does anyone has a solution for me.

Thank you, Franck. Received on Fri Feb 12 1999 - 09:30:13 CST

Original text of this message

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