Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help with Triggers
Serge Rielau wrote:
> DA Morgan wrote:
> <snip>
> <snap>
The original post says:
You cannot write either the :OLD or the :NEW value.
I posted:
INSERT INTO audit_log
11 (o_fname, o_lname, n_fname, n_lname, chng_by, chng_when)
12 VALUES
13 (:OLD.fname, :OLD.lname, :NEW.fname, :NEW.lname, USER, SYSDATE);
You responded with:
READ <> WRITE
Where in my INSERT STATEMENT do you see a READ?
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Tue Aug 22 2006 - 17:32:19 CDT