View database information

This page describes how to view the database information for an Autonomous Database.

Before you begin

View database information

Console

  1. Go to the Autonomous Database Service page in the Google Cloud console.

    Go to Autonomous Database Service

  2. In the Autonomous Database section, click the display name of a database to view its database information.

    You're redirected to the database's details page.

gcloud

Use the gcloud oracle-database autonomous-databases describe command to view database information for your Autonomous Database.

 gcloud oracle-database cloud-autonomous-databases describe DATABASE_ID
 --location=REGION_ID

Replace the following:

  • DATABASE_ID: the identifier for the database that you want to view information for.
  • REGION_ID: the region for the instance that you want to view information for.

What's next