| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Interfaces between 2 systems
Hi All
There is an interface between my company's database and another company's database which is currently causing a great many problems. Database A in system A contains a master list of records that have to be sent through to Database B in system B. I believe the problem is that only changes to records in database A are being sent across to database B as opposed to all records being sent across.
I believe the correct approach is for Database A to publish a view and for Database B to pick out any differences in the master list and update / delete / insert as necessary (the number of records involved is small and does not make this approach prohibitive). The advantages of this approach vs sending only changes include:
There are various other issues that arise from interfacing only changes versus interfacing all records but I am having difficulty convincing the parties concerned that going to the cost and effort of changing the interface is worthwhile and that interfacing all records is a more "correct" approach. Can anyone point me to any relevant research on the prinicples of designing interfaces between two systems that may help me win my case? Alternatively, if you believe I am wrong let me know...
Thanks
Mark
Received on Thu Nov 11 2004 - 07:32:16 CST
![]() |
![]() |