Updating a remote database using redo logs
How can I update a remote Oracle 8i database using the redo logs of the local Oracle 8i database?
You can set up a Standby Database. With a Standby Database, you can ship the archived redo logs to the remote database and then have the contents of those logs applied to the Standby Database. The only downside is that the Standby Database cannot be opened for use while redo is being applied. This is an Oracle 8i restriction. I would highly recommend upgrading to Oracle 9i or 10g. The Standby Database underwent a major facelift, so much so that the product was renamed Data Guard. Oracle 9i Data Guard lets you open the Standby Database in READ ONLY mode so that your applications can use both databases.
If you want to have your applications always use both databases, then you'll have to use Oracle Advanced Replication. This will cause network traffic that is not as nice as shipping archived redo logs. But both databases can be opened for business.
Dig Deeper on Oracle database backup and recovery
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Oracle Database / Applications experts
View all Oracle Database / Applications questions and answers
Start the conversation
0 comments