Download Code

Scripts, examples, and code for some of the tasks needed to configure a hybrid DR solution are available for download.
  1. The scripts that help to configure Oracle Data Guard are available in GitHub.
  2. The Terraform code for configuring the network, preparing the storage, creating compute instances, and creating resources in the web-tier on the cloud is available in GitHub.
  3. The scripts and examples for using rsync to replicate the file systems from the primary to secondary are available in GitHub.
  4. The script for updating the database connect string of the WebLogic datasources (for example, when using the TNS alias approach) is available in GitHub.
  5. The Terraform code for creating a DNS private view on Oracle Cloud Infrastructure to resolve the primary virtual names with the secondary IP addresses is available in GitHub.
  6. The shell script to configure an Oracle Database File System (DBFS) mount, dbfs_dr_setup_root.sh, is available in GitHub.
  7. Download the appropriate zip, or clone the repository to your local computer.
  8. Follow the instructions in the README document.