GoldenGate

We recommend taking a backup of your databases before deleting an Oracle GoldenGate deployment to prevent any potential data loss.

  • Oracle GoldenGate deployment deletion is only available through Google Cloud (gcloud) CLI.

  • Oracle GoldenGate deployment deletion is only available through Google Cloud (gcloud) CLI.

  • You can delete an Oracle GoldenGate deployment using gCloud CLI v565.0.0 or higher.

    
    gcloud auth login 
    
    export PROJECT_ID=omcpmout2
    export REGION_ID=us-east4
    export DISPLAY_NAME=my-deployment
    
    gcloud --project-id=$PROJECT_ID oracle-database goldengate-deployments delete \
        $DISPLAY_NAME
    	--location=$REGION_ID
    
    # Learn more on create command
    gcloud oracle-database goldengate-deployments delete --help
    Replace the following:
    • PROJECT_ID: The ID of your Google Cloud project where the deployment is created.
    • REGION_ID: The region in which the GoldenGate deployment is created.
    • DISPLAY_NAME: The name of the GoldenGate deployment to delete.
  • Oracle GoldenGate deployment deletion is only available through Google Cloud (gcloud) CLI.

  • Oracle GoldenGate deployment deletion is only available through Google Cloud (gcloud) CLI.