2022-10-07 10:48:59 +08:00
|
|
|
connect target /
|
|
|
|
|
|
|
|
run {
|
|
|
|
ALLOCATE CHANNEL disk1 DEVICE TYPE DISK MAXPIECESIZE 5G;
|
|
|
|
crosscheck archivelog all;
|
2022-10-07 11:02:39 +08:00
|
|
|
backup archivelog all not backed up 1 times format '/orabackup/arch/%d/%s_%p_%e_%t';
|
2022-10-07 10:48:59 +08:00
|
|
|
release channel disk1 ;
|
|
|
|
}
|
|
|
|
|
|
|
|
run
|
|
|
|
{
|
|
|
|
delete noprompt archivelog until time = 'sysdate-2' backed up 1 times to device type disk;
|
|
|
|
}
|
|
|
|
|
|
|
|
exit;
|