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 -> Question PL/SQL

Question PL/SQL

From: Titi <thierryb_at_gulliver.fr>
Date: Tue, 05 Oct 1999 14:19:00 +0200
Message-ID: <37F9ECB4.74664297@gulliver.fr>


Hi,
 may be it's not the good forum to post this question...

 I work with an Oracle 7.3 database.

 I have a stored procedure

 create procedure my_insert (...,..., NAT varchar2) is
....

 begin
...

 insert into my_table (.....,...., NAT ) values (...,...,....);
...

 end;

 In fact, in my insert commande I would like the content of my variable NAT  example :
 execute my_insert(...,...,'the_name_of_my_field');

 Is it possible to do that???

 Thanx for your help
 All my love :o)

 Thierry Received on Tue Oct 05 1999 - 07:19:00 CDT

Original text of this message

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