Hi everyone,
One of my favorite features of Oracle Autonomous Database is the possibility to clone and/or move an Autonomous Database.
You can choose to create a full clone, create a metadata clone, or create a refreshable clone.
Clone Types on Autonomous Database:
Full Clone: creates a new database with the source database's data and metadata.
Refreshable Clone: creates a read-only full clone that can be easily refreshed with the data from the source database.
Metadata Clone: creates a new database that includes all of the source database schema metadata, but not the source database data.
Clone from a database instance: This creates a clone of a running database.
Clone from a backup: This creates a clone when you select a backup from a list of backups, or when you enter a backup point-in-time to clone.
Clone from the latest backup: This creates a clone where the Autonomous Database uses the most recent backup data that is available to create the clone.
Source: https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/
Best
Alex Zaballa