Skip to content

HA, DR and monitoring for RDS Custom for Oracle

0

Hi Team, I am looking for HA within same AZ and DR across region options using RDS Custom for Oracle. Also need to setup monitoring for HA and DR like replication lag and availability. Appreciate your help.

Thanks

AWS

asked a year ago287 views

2 Answers
0
Accepted Answer

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,

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,

Sharing below Oracle Vendor blog to setup OEM to monitor RDS Custom for Oracle to monitor different database metrics including replication status,

AWS

answered a year ago

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

0

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

AWS

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.