We want to setup Oracle to replicate to our Test server and Development server and possibly to an offsite backup server. What is needed to setup Oracle Replication? Is anyone currently using database replication software?
Thank you,
We want to setup Oracle to replicate to our Test server and Development server and possibly to an offsite backup server. What is needed to setup Oracle Replication? Is anyone currently using database replication software?
Thank you,
Best answer by william.klotz
Hi
Oracle Active Data Guard 19c would provide you with replication to a secondary database which also can be utilize in case of an emergency and be used for reporting purposes. The secondary database could be in-house or at a remote location. Basically Oracle Active Data Guard is creating an active standby database. Here’s a short paragraph from Oracle documentation on Data Guard.
Here’s the link to Oracle White Paper on Data Guard 19c.
A Data Guard configuration includes a production database referred to as the primary database, and up to 30 directly connected replicas referred to as standby databases. Primary and standby databases connect over TCP/IP using Oracle Net Services. There are no restrictions on where the databases are physically located provided they can communicate with each other. A standby database is created from a backup of the primary database without requiring any downtime of the Production application or database. Once a standby database has been created and configured, Data Guard automatically synchronizes the primary database and the standby database by transmitting the primary database redo - the change vector information used by every Oracle Database to protect transactions – as it is generated at the Primary database and applying it to the standby database.
I would recommend talking with your Oracle DBA or an Oracle DBA before using any replication software because you will need to know how to manage it and what to do if something goes wrong as it always does with software and hardware.
Regards,
William Klotz
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.