View peer databases

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

  1. Go to the Autonomous AI Database page.

    Go to Autonomous AI Database

  2. Click the name of the Autonomous AI Database for which you want to view the peer databases details.

  3. On the Autonomous AI Database details page, click the Disaster Recovery tab.

    In the Peer database section, you can view the details of your peer database.

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