2026-03-12 21:01:38
This commit is contained in:
20
RMAN/rman_duplicate_from_location_hot_backup_01.txt
Normal file
20
RMAN/rman_duplicate_from_location_hot_backup_01.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
# set duplicate target database to <DB_NAME>
|
||||
|
||||
|
||||
rman auxiliary /
|
||||
|
||||
run
|
||||
{
|
||||
allocate auxiliary channel aux01 device type disk;
|
||||
allocate auxiliary channel aux02 device type disk;
|
||||
allocate auxiliary channel aux03 device type disk;
|
||||
allocate auxiliary channel aux04 device type disk;
|
||||
allocate auxiliary channel aux05 device type disk;
|
||||
allocate auxiliary channel aux06 device type disk;
|
||||
allocate auxiliary channel aux07 device type disk;
|
||||
allocate auxiliary channel aux08 device type disk;
|
||||
allocate auxiliary channel aux09 device type disk;
|
||||
allocate auxiliary channel aux10 device type disk;
|
||||
duplicate target database to ANDO backup location '/mnt/yavin4/tmp/_oracle_/orabackup/19_non_CDB/backupset/';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user