Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Database replication
Michael Wimmer wrote:
> Hi,
>
> I need some advice on database replication.
>
> A customer wants his databases replicated between two servers, connected
> by the internet. The database structure will be quite simple, mainly
> address data with about 100.000 entries in the beginning, but steadily
> increasing.
>
> We expect an average of up to 2000 new inserts or edits per day.
>
> The customer wants the data to be stored in both databases, so querying
> one database from the other is not an option.
>
> A perfect solution would allow both database servers to change data and
> insert new records, but this could be discussed if it would make things
> much more complicated.
>
> As a database Oracle and DB2 are into consideration so I am happy with
> advice on both systems. Maybe someone can give me a hint which of these
> two would be more suited for the task.
>
> Any help / advice highly appreciated
>
> best regards
>
> Michael
Given the minimal number of transactions, barely one per minute averaged over 24 hours, I would think DataGuard would do just fine even over the internet.
Unless, of course, those transactions consist of something like inserting large CLOBs or BLOBs.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond) -----------== Posted via Newsfeed.Com - Uncensored Usenet News ==---------- http://www.newsfeed.com The #1 Newsgroup Service in the World! -----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----Received on Sun Dec 19 2004 - 15:59:04 CST
![]() |
![]() |