You need to set up daily Incremental backups of your database In Oracle Cloud Infrastructure (OCI) Database Service. The backups need to be retained for at least 50 days.
Which of the following method allows you do accomplish this Is an efficient and cost effective manner?
When you enable the Automatic Backup feature, the service creates daily incremental backups of the database to Object Storage. The first backup created is a level 0 backup. Then, level 1 backups are created every day until the next weekend. Every weekend, the cycle repeats, starting with a new level 0 backup.
Backup Retention
If you choose to enable automatic backups, you can choose one of the following preset retention periods:7 days, 15 days, 30 days, 45 days, or 60days. The system automatically deletes your incremental backups at the end of your chosen retention period.
https://docs.cloud.oracle.com/en-us/iaas/Content/Database/Tasks/backingupOSrman.htm
Also, you can u se Recovery Manager (RMAN) to manage backups of your Bare Metal or Virtual Machine DB system database to your own Object Storage
https://docs.cloud.oracle.com/en-us/iaas/Content/Database/Tasks/backingupOSrman.htm
Currently there are no comments in this discussion, be the first to comment!