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 -> Help with seq.nextval in Schema Manager

Help with seq.nextval in Schema Manager

From: Bruce Hair <bhair_at_hotmail.com>
Date: 1997/07/10
Message-ID: <5q38ps$2dr$1@news.ses.cio.eds.com>#1/1

Help for this beginner Schema Manager user is appreciated. I am having a problem with "seq.nextval" in a trigger for a table. The trigger body looks like this;

BEGIN
:new.SEQN := seq.nextval;
:new.CONTACT_NAME := user;
:new.CONTACT_DATE := sysdate;

END; I am using Access linked tables and I recieve a '4098 Trigger is invalid and failed re-validation' error message when inserting a new row. Any suggestions?
Thanks Received on Thu Jul 10 1997 - 00:00:00 CDT

Original text of this message

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