Exadata Infrastructure

To delete an existing Exadata Infrastructure, follow these steps.

    1. Go to Oracle Database@Google Cloud Dashboard and select the Exadata infrastructure you want to delete from the Exadata infrastructures list.
    2. Click on Actions select Delete.
      A screenshot showing the deletion of an Exadata Infrastructure.

    3. To confirm your action, you must enter Infrastructure ID in the field, and then select the Confirm button.
      A screenshot showing the deletion of an Exadata Infrastructure.

  • There is currently no content for this page. Oracle AI Database@Google Cloud team intends to add content here, and this placeholder text is provided until that text is added. The Oracle AI Database@Google Cloud team is excited about future new features, enhancements, and fixes to this product and this accompanying documentation. We strongly recommend you watch this page for those updates.

  • There is currently no content for this page. Oracle AI Database@Google Cloud team intends to add content here, and this placeholder text is provided until that text is added. The Oracle AI Database@Google Cloud team is excited about future new features, enhancements, and fixes to this product and this accompanying documentation. We strongly recommend you watch this page for those updates.

  • There is currently no content for this page. Oracle AI Database@Google Cloud team intends to add content here, and this placeholder text is provided until that text is added. The Oracle AI Database@Google Cloud team is excited about future new features, enhancements, and fixes to this product and this accompanying documentation. We strongly recommend you watch this page for those updates.

  • You can delete an Exadata Infrastructure in Google Cloud using Google Cloud Terraform provider in two ways.

    Prerequisites
    • Terraform or OpenTofu installed
    • Google Cloud credentials configured
    • HashiCorp Google Cloud provider version >= 7.0
    Option 1: Remove the Exadata Infrastructure resource block from the Terraform configuration file and run the following commands in the Terminal window. Make sure no other resources are dependent on your Exadata Infrastructure.
    terraform plan
    terraform apply
    Option 2: To delete all the resources created using the Terraform configuration file, run the following command in the Terminal window.
    terraform destroy