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 -> Re: trigger naming convention

Re: trigger naming convention

From: Alice Rischert <alice_at_www.xwareinc.com>
Date: 1997/06/05
Message-ID: <33977FE7.166A@www.xwareinc.com>#1/1

Limin Guo wrote:
>
> Looks like a simple quesition. Would someone tell me what kind of
> naming convention for triggers, packages and procdures would be
> more meaningful and readable. Currently I am using trigger name's
> like:
>
> tablename_1_trg
>
> if I have more than one trigger on one table, I will use the number
> to replace 1 in the trigger name.
>
> Any reply would be highly appreciated.---

Choose the name of the Table plus the event when it's fired:

Example: Student_BIR (Before Insert Row trigger)

          Student_ADS (After Delete statement trigger) ... Received on Thu Jun 05 1997 - 00:00:00 CDT

Original text of this message

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