This page describes how to view the details of your peer databases in Google Cloud.
Before you begin
Ensure that you have the following roles and permissions required to view the details of your peer databases:
roles/autonomousDatabaseViewer
View peer database details
To view the details of your peer databases, do the following:
Console
Go to the Autonomous Database page.
Click the name of the Autonomous Database for which you want to view the peer databases details.
On the Autonomous Database details page, click the Disaster Recovery tab.
In the Peer database section, you can view the following details:
Field Description Peer autonomous database Name of the peer database. Peer role The current role of the peer database - Primary or Standby. Status Indicates whether the peer database is available to use ("Standby") or not. Region The region in which the peer database is located. Remote backup replication Indicates whether the remote backup replication is enabled or not. Role change time The last date and time on which the role of the peer database was changed. Created The date and time on which the peer database was created.
gcloud
Use the gcloud oracle-database autonomous-databases describe
command to view peer database information.
gcloud oracle-database autonomous-databases describe DATABASE_ID
--location=REGION_ID
Replace the following:
- DATABASE_ID: the identifier for the peer database.
- REGION_ID: the region of the peer database.
What's next
- Learn how to switchover to a a peer database.
- Delete a peer database.