UPD: updated backup filename format

This commit is contained in:
xpk 2022-10-07 11:02:39 +08:00
parent 06100d65de
commit 6b9e7e376b
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -3,7 +3,7 @@ connect target /
run {
ALLOCATE CHANNEL disk1 DEVICE TYPE DISK MAXPIECESIZE 5G;
crosscheck archivelog all;
backup archivelog all not backed up 1 times format '/orabackup/arch/%d_%s_%p_%t';
backup archivelog all not backed up 1 times format '/orabackup/arch/%d/%s_%p_%e_%t';
release channel disk1 ;
}