Advertisement
Advertisement
| 06.05.2008 at 06:57AM PDT, ID: 23460156 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: |
RMAN> show all; RMAN configuration parameters are: CONFIGURE RETENTION POLICY TO REDUNDANCY 35; CONFIGURE BACKUP OPTIMIZATION OFF; # default CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default CONFIGURE CONTROLFILE AUTOBACKUP ON; CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/backup/rman/%F_control_file_%d_%t_%U'; CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET PARALLELISM 1; CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT '/backup/rman/%f_backup_%d_%t_%U'; CONFIGURE MAXSETSIZE TO UNLIMITED; # default CONFIGURE ENCRYPTION FOR DATABASE OFF; # default CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/backup/rman/%F_snapcf_arcsight_%d_%t_%U'; RMAN> RMAN> backup archivelog all format '/backup/rman/archive_logs/archive_logs'; Starting backup at 05-JUN-08 current log archived using channel ORA_DISK_1 channel ORA_DISK_1: starting compressed archive log backupset channel ORA_DISK_1: specifying archive log(s) in backup set input archive log thread=1 sequence=80 recid=80 stamp=655421475 channel ORA_DISK_1: starting piece 1 at 05-JUN-08 channel ORA_DISK_1: finished piece 1 at 05-JUN-08 piece handle=/backup/rman/archive_logs/archive_logs tag=TAG20080605T084814 comment=NONE channel ORA_DISK_1: backup set complete, elapsed time: 02:30:10 Finished backup at 05-JUN-08 Starting Control File and SPFILE Autobackup at 05-JUN-08 RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03009: failure of Control File and SPFILE Autobackup command on ORA_DISK_1 channel at 06/05/2008 11:18:25 ORA-19715: invalid format c for generated name ORA-27302: failure occurred at: slgpn |