Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: synchronization with heterogeneous tables and referential integrity
Cris Carampa wrote:
> DA Morgan wrote:
>
>> Given that SQL Server is incapable of providing a point-in-time valid >> view of the data how are you planning to manage an accounting >> application between two very different database concepts?
A midnight synch. will likely work if the system is not in use.
The issue I was referring to is that in Oracle you always get a consisten view of the data based on a point-in-time (System Change Number). In SQL Server that is impossible without locking every table in the instance.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Tue Oct 25 2005 - 00:46:34 CDT
![]() |
![]() |