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

Home -> Community -> Usenet -> c.d.o.server -> Trigger in Oracle 7.3

Trigger in Oracle 7.3

From: Clemens Hoffmann <clemens.hoffmann_at_heeg.de>
Date: Fri, 14 May 1999 16:43:42 +0200
Message-ID: <7hh8gd$5pl$1@linus.heeg.de>


Hi there,

we have two database schema that cannot be merged but whose contents has to be in sync for some tables in each schema. Some tables refer records in tables that have to be in sync. Some references are from tables that are local to a schema. A record can only be deleted when no record in another table refers to the record

We have solved the situation in using database trigger that handle the data syncronisation. We classified the trigger to be able to create the triggers from seperate trigger tables we manage ourself. For our solution we have two opinions:

Does anybody has experience which is more performant or if one of the solution may create problems. We have to hold 18 tables in sync.

Greetings

    Clemens Received on Fri May 14 1999 - 09:43:42 CDT

Original text of this message

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