Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Procedure for Triggers
I'm new to using PLSQL, triggers
I'd like advice on what the 'standard' way of using triggers is in the following situation. We have an exchange table which is automatically populated by a customer. We want to have a trigger on that table that for every record inserted by them we insert or update the necessary data to our correspending table (both tables in same database). I'd like to hear from someone experienced in doing something similar what is the best way to handle some things:
If there's any other advice I'd appreciate it. Learning the syntax rules for PLSQL isn't hard (plenty of websites out there to teach that), but we're new to the actual concepts of how it should be used.
-- Luch replace nospam with usa for e-mail.Received on Sat Oct 06 2001 - 12:30:49 CDT
![]() |
![]() |