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: ** table triggers

Re: ** table triggers

From: Jay Hostetter <jhostetter_at_decommunications.com>
Date: Wed, 30 Jul 2003 10:34:23 -0800
Message-ID: <F001.005C7DE6.20030730103423@fatcity.com>


It sounds like this column belongs in a table that is the parent of tables A and B.

>>> mgogala_at_adelphia.net 07/30/03 02:09PM >>> You can't. An update statement is what fires the trigger. Trigger cannot see where does the statement come from. May be you should rethink the overall design of the application?

On 2003.07.30 13:59, A Joshi wrote:
> Hi,
> I have a two tables A and B. Both have a field expected_delay_now and when
> it gets updated by a user in either table I want update it in corresponding
> row in the other table. However when this update is as a result of a trigger
> (and not user updated) how do I skip the update thru the trigger??? Thanks
>
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software

-- 
Mladen Gogala
Oracle DBA




**DISCLAIMER
This e-mail message and any files transmitted with it are intended for the use of the individual or entity to which they are addressed and may contain information that is privileged, proprietary and confidential. If you are not the intended recipient, you may not use, copy or disclose to anyone the message or any information contained in the message. If you have received this communication in error, please notify the sender and delete this e-mail message. The contents do not represent the opinion of D&E except to the extent that it relates to their official business.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jay Hostetter
  INET: jhostetter_at_decommunications.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Jul 30 2003 - 13:34:23 CDT

Original text of this message

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