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 -> problem with a trigger

problem with a trigger

From: sorana hossu <sorana.hossu_at_entire.de>
Date: 12 Feb 2002 23:28:45 -0800
Message-ID: <83d6947c.0202122328.3ea04fae@posting.google.com>


hello

i have a problem look at this trigger (instead of insert)

ex:

for each row
begin
insert into viewT values (:new.test);
end;

when I compile this I have this error
Error text=PLS-00049; bad bind variabile 'new.test';

end viewT are just one field named test

thanks for help Received on Wed Feb 13 2002 - 01:28:45 CST

Original text of this message

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