Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: help with replication choice
Would you like look at standby database?
AFAIK, this feature doesn't require Enterprise Server
Standbay database means copy archive log files (history of all database changes made by Oracle Server) from primary server to secondary (secondaries) called standby and their applying at standby server (servers).
The point is that standby server has a delay in data because
all changes are applied at standby later than at primary server.
The delay depends.
For instance, it can be 30 minutes, but this value
can be decreased.
Primary and Standby must be THE SAME OS and THE SAME version of Oracle (including all patches).
Regards,
Sergey Balter Received on Fri Jan 21 2005 - 09:45:19 CST
![]() |
![]() |