Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: triggers
Choung wrote:
> I want to clarify what I meant by:
>
>
>>This triggers works but I'm trying to get the trigger to write to my table >>when there has been an entry made. I don't want any duplicates either.
>>suggestions?
Still not clear...
A trigger is something that gets triggered ("fires")
when data is written into your table (on insert trigger),
or updated (on update trigger).
It does not replace the insert/update, which is the
case in some other databases.
-- Regards, Frank van BortelReceived on Wed Apr 14 2004 - 14:56:52 CDT