Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ** table triggers
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 -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Mladen Gogala INET: mgogala_at_adelphia.net 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:09:33 CDT
![]() |
![]() |