This page describes how to view information for a Exadata VM Cluster using Google Cloud.
After you create a Exadata VM Cluster, you can view details about your Exadata VM Cluster in the cluster details page in Google Cloud.
To create a cluster, see Create clusters . To modify an existing cluster, see Manage clusters .
Before you begin
-
Enable the Oracle Database@Google Cloud API for the project.
-
Ensure that you have the required Identity and Access Management (IAM) roles and permissions required to view cluster information:
- Oracle Database@Google Cloud VM Cluster Viewer role
To learn how to assign roles, see Apply IAM roles .
View cluster information
Console
-
Go to the Exadata Database Servicepage.
-
Select the Exadata VM Clusterstab.
You can view a list of all your Exadata VM Clusters.
-
To view more information about a Exadata VM Cluster, click its name.
gcloud
Use the gcloud oracle-database cloud-vm-clusters describe
command
to view cluster information for your Exadata VM Cluster.
gcloud oracle-database cloud-vm-clusters describe CLUSTER_ID
--location= REGION_ID
Replace the following:
- CLUSTER_ID : the identifier for the cluster that you want to view information for.
- REGION_ID : the region for the cluster that you want to view information for.
C#
Go
Java
Node.js
PHP
Python
Ruby
What's next
- Learn how to create or delete a cluster.
- Configure Identity and Access Management roles for an instance.
- Use monitoring metrics to monitor your instances.

