From com.banilejas@codetel.net.do Wed, 08 Aug 2001 13:36:05 -0700
From: "Ramon Estevez" <com.banilejas@codetel.net.do>
Date: Wed, 08 Aug 2001 13:36:05 -0700
Subject: RE: trigger problem
Message-ID: <F001.003650E2.20010808134209@fatcity.com>
MIME-Version: 1.0
Content-Type: text/plain


Hi,

I know this one
:-)

CREATE OR REPLACE TRIGGER TRIGGER_NAME
   AFTER (OR BEFORE) UPDATE ON COLUMN_NAME ON TABLE_NAME
FOR EACH ROW
BEGIN
   ----------
   ----------
   ----------
END;

Ramon Estevez 
com.banilejas@codetel.net.do

 



-----Mensaje original-----
De: root@fatcity.com [mailto:root@fatcity.com]En nombre de Kirtee Hitesh
Enviado el: Wednesday, 08 August, 2001 3:46 PM
Para: Multiple recipients of list ORACLE-L
Asunto: trigger problem


HI,
 Can anyone tell me how a trigger is written to 
 fire only when a specific column value in a table has
changed.

Thanks
Kirtee


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kirtee Hitesh
  INET: hkirtee@yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Ramon Estevez
  INET: com.banilejas@codetel.net.do

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


