View Exadata Infrastructure instance information

This page describes how to view the instance information for an Exadata Infrastructure instance.

Before you begin

View instance information

Console

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

    Go to Exadata Database Service

  2. In the Exadata Infrastructure section, click the display name of the instance to view instance information for.

    You'll be redirected to the instance's details page.

gcloud

Use the gcloud oracle-database cloud-exadata-infrastructures describe command to view Instance information for your Exadata Infrastructure instance.

 gcloud oracle-database cloud-exadata-infrastructures describe INSTANCE_ID
 --location=REGION_ID

Replace the following:

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

What's next