Autonomous AI Database (Serverless) - Clone

  • You can clone an Autonomous AI Database Serverless using gcloud CLI.

  • You can clone an Autonomous AI Database Serverless using gcloud CLI.

  • Clone an Autonomous AI Database Serverless using gcloud CLI

    1. Log-in to gcloud CLI.

      Authenticate your session with the following command:

      gcloud auth login
    2. Use the following command to clone an Autonomous AI Database Serverless.
      gcloud oracle-database autonomous-databases create democlone001 \
      --location=us-east4 \
      --admin-password="ADBS*****26!" \
      --database="democlone001" \
      --properties-license-type="LICENSE_INCLUDED" \
      --properties-compute-count=2 \
      --properties-db-version="23ai" \
      --properties-db-workload="OLTP" \
      --properties-data-storage-size-gb=30 \
      --properties-mtls-connection-require \
      --source-config-autonomous-database="projects/odbg-******-p*****d/locations/us-east4/autonomousDatabases/testdb001" \
      --source-config-type="CLONE_DATABASE" \ 
      --source-config-clone-type="FULL" # FULL or METADATA

      Replace the following:

      • --location: Specify the region.
      • --admin-password: Set the admin password.
      • --database: Name the new clone.
      • --properties-*: Set database properties as required.
      • --source-config-autonomous-database: Source Autonomous AI Database ARN.
      • --source-config-type: Set as CLONE_DATABASE.
      • --source-config-clone-type: Specify either FULL or METADATA.
    Note

    If the database uses Lakehouse, modify the command as shown below.
    
    --properties-db-workload="DW" 
    --properties-data-storage-size-tb=1 \ ( or the size of your database)
    The other values for --properties-db-workload are:
    
    --properties-db-workload=apex
    --properties-db-workload=ajd 
  • You can clone an Autonomous AI Database Serverless using gcloud CLI.

  • 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.