UPD: updated backup filename format
This commit is contained in:
parent
06100d65de
commit
6b9e7e376b
@ -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 ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user