Autonomous AI Database (Serverless) - Clone
You can clone an Autonomous AI Database Serverless using
gcloudCLI.You can clone an Autonomous AI Database Serverless using
gcloudCLI.Clone an Autonomous AI Database Serverless using
gcloudCLI- Log-in to
gcloudCLI.Authenticate your session with the following command:
gcloud auth login - 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 METADATAReplace 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 asCLONE_DATABASE.--source-config-clone-type: Specify eitherFULLorMETADATA.
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-workloadare:--properties-db-workload=apex --properties-db-workload=ajd- Log-in to
You can clone an Autonomous AI Database Serverless using
gcloudCLI.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.