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 -> insert into table , where the table name is a parameter

insert into table , where the table name is a parameter

From: zachi <tsachis_at_boi.gov.il>
Date: 6 Jun 2002 23:26:37 -0700
Message-ID: <6af31984.0206062226.10454d6c@posting.google.com>


Hi
I want to write a procedure that insert into table which its name is pass to the procedure as a parameter
i.e
procedute temp(tab varchr2) is
begin
insert into temp values(etc...)
ofcourse that the tab name erresent a table which has the appropiate coloums please help me
p.s
what is IN parameter Received on Fri Jun 07 2002 - 01:26:37 CDT

Original text of this message

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