CLI support for partial-full backup in Oracle
Overview
Delphix Engine version 6.0.8.0 introduces an option to perform partial full snapsync via the CLI. A full backup of specified datafiles will be performed, along with an incremental backup of the remaining files.
Prerequisites
Requested datafiles must exist in the database for which SnapSync is being run.
In case of an MT, Snapsync must be performance for the PDB, the datafiles can belong to either the PDB or its CDB.
Requested datafiles must be online.
Partial full SnapSync can not be requested for an initial SnapSync.
Partial full SnapSync can not be run if there is a pending SnapSync.
Command
ip-00-000-000-000 database> select CDOMLOSR1CEBPDB3 ip-00-000-000-000 database 'CDOMLOSR1CEBPDB3'> sync ip-00-000-000-000 database 'CDOMLOSR1CEBPDB3' sync *> set filesForFullBackup=1,2 ip-00-000-000-000 database 'CDOMLOSR1CEBPDB3' sync *> commit |