HistoryPurge: Clearing 219 old commits

This commit is contained in:
xpk
2024-10-24 23:09:21 +08:00
commit d08b7cac59
348 changed files with 376141 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
connect target /
configure device type disk parallelism 3;
CONFIGURE CHANNEL DEVICE TYPE DISK MAXPIECESIZE 5G;
run {
crosscheck archivelog all;
backup archivelog all not backed up 1 times format '/orabackup/arch/%d_%s_%p_%e_%t';
}
run {
delete noprompt archivelog until time = 'sysdate-2' backed up 1 times to device type disk;
}
exit;