Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: No future for DB2
Madison Pruet wrote:
> At a minimun the replication solution should be able to either prevent
> triggers from firing on the target if it is populated by a replication
> apply, with the assumption (and policing) that all of the tables associated
> with original transaction is replicated as part of that transaction.
Yes, there is a function that should be called in an updateable MV target table trigger DBMS_MVIEW.I_AM_A_REFRESH. It returns FALSE if trigger is fired by local changes, and TRUE if trigger is fired by replication. Received on Wed Aug 03 2005 - 20:20:42 CDT
![]() |
![]() |