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 -> how to create a INSERT-SQL-String and execute it in PL/SQL?

how to create a INSERT-SQL-String and execute it in PL/SQL?

From: Ralf Schnickmann <ralf_schnickmann_at_gmx.de>
Date: Tue, 26 Aug 2003 13:20:14 +0200
Message-ID: <biffli$8o7pa$1@uni-berlin.de>


Hi!
I like to create a stored procedure, where i can create a INSERT-SQL-String and execute it like this:

SQL := "INSERT INTO T_Test ...";
EXECUTE(SQL); Thank you,
Ralf Received on Tue Aug 26 2003 - 06:20:14 CDT

Original text of this message

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