- Newest
- Most votes
- Most comments
Hi,
You can achieve high availability for Amazon RDS Custom for Oracle instances using read replicas built on Oracle Data Guard technology.
With RDS Custom for Oracle, you can create up to five read replicas, which are managed physical standby databases using Data Guard configuration, however currently restricted to same region.
Please be informed that Cross-Region disaster recovery can be achieved using self-managed standby databases.
Sharing the below blogs with the details on RDS Custom read replica high availability solution,
-
Build high availability for Amazon RDS Custom for Oracle using read replicas
-
Automate high availability setup in Amazon RDS Custom for Oracle
You can refer to the below AWS Documentation for high availability for RDS Custom for Oracle for further details,
RDS Custom detects high replication lag and produces a "Replication has stopped" event. The replication status can be monitored using the describe-db-instances AWS CLI command, though there might be a delay in status updates. Reference Documentation,
You can refer to the below different monitoring option available for RDS Custom for Oracle in comparison to RDS for Oracle,
Since RDS Custom for Oracle provides access to EC2 instance hosting the Oracle database, custom monitoring can be enabled as well, sharing sample custom monitoring solutions not specifically to read replica though which can be customized to your requirements,
-
Monitor Amazon RDS Custom for Oracle using Amazon CloudWatch
-
Using StatsD for monitoring Oracle databases running on Amazon RDS or Amazon EC2
Sharing below Oracle Vendor blog to setup OEM to monitor RDS Custom for Oracle to monitor different database metrics including replication status,
answered a year ago
RDS provides automation for creating read replica for RDS Custom for Oracle with similar limitation of 5 read replicas.
Creating an RDS Custom for Oracle replica is similar to creating an RDS for Oracle replica, but with important differences. For general information about creating and managing Oracle replicas, see Working with DB instance read replicas and Working with read replicas for Amazon RDS for Oracle.
Reference Documentation : https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-rr.html
You can follow the steps as mentioned in the blog post Create a read replica for an existing RDS Custom for Oracle instance
answered a year ago
Relevant content
asked 2 years ago
asked 2 years ago
asked a year ago

Do I need to create read replica manually or RDS provides automation for that ?