Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: trigger problem

RE: trigger problem

From: Ramon Estevez <com.banilejas_at_codetel.net.do>
Date: Wed, 08 Aug 2001 13:36:05 -0700
Message-ID: <F001.003650E2.20010808134209@fatcity.com>

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_at_codetel.net.do  

-----Mensaje original-----
De: root_at_fatcity.com [mailto:root_at_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_at_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_at_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_at_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_at_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). Received on Wed Aug 08 2001 - 15:36:05 CDT

Original text of this message

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