This page describes how to view the database information for an Autonomous Database.
Before you begin
Enable the Oracle Database@Google Cloud API for the project.
Confirm that you have the required roles necessary to create an instance:
autonomousDatabaseAdmin
.For more information on how to assign roles, see Apply IAM roles.
View database information
Console
Go to the Autonomous Database Service page in the Google Cloud console.
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
- Learn how to create or manage an Autonomous Database.
- Configure Identity and Access Management roles for a database.
- Use monitoring metrics to monitor your databases.