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 -> Problem with my Procedure, Please Help

Problem with my Procedure, Please Help

From: G Vaidhyanathan <root1_at_sprintmail.com>
Date: 1998/05/25
Message-ID: <01bd86c7$40c7ed20$35a185ce@default>#1/1

Hello :

How do I get the values (from command line) for the fields in my table and insert them in the table?
All this needs to be done in one procedure.

I tried something like

create procedure myproc .....
as

.....

insert into table_name (x,y,z) values ('&a','&b','&c'); commit;

end;

this accepts input from me but does not insert them in the table.

I also tried inserting

Execute procedurename;

after the insert statement but for no use.

thanks in advance

-ganesh Received on Mon May 25 1998 - 00:00:00 CDT

Original text of this message

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