Home » RDBMS Server » Backup & Recovery » Rman Log File (10g,AIX)
Rman Log File [message #297292] Thu, 31 January 2008 01:03 Go to next message
sellafrica
Messages: 68
Registered: July 2005
Location: Braynston
Member
Hi All,

I am getting this line "specification does not match any archive log in the recovery catalog" from my rman log file but it does not appear like its an rman error because it does not come with rman error code,i have read that the error might come because the are no archives do delete from the directory,these are last last three lines from my rman log file and below is the rman script,is the something wrong how can i fix this:

specification does not match any archive log in the recovery catalog

released channel: ORA_MAINT_DISK_1

Recovery Manager complete.


connect target *
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/backup/rman/mac/mac_cntrl_auto_%F';
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/backup/rman/mac/SNCFMAC1.ORA';
run {
allocate channel ch_disk1 type disk maxpiecesize 5120M;
backup
incremental level 0
cumulative as compressed backupset
format '/backup/rman/mac/mac_rman_%U'
tag 'MAC_FULL'
database include current controlfile;
backup
as compressed backupset
format '/backup/rman/mac/mac_rman_arch_%U'
tag 'MAC_ARCH_FULL'
archivelog all not backed up;
release channel ch_disk1;
}
allocate channel for maintenance type disk;
crosscheck backupset;
crosscheck archivelog all;
delete noprompt obsolete device type disk;
delete noprompt expired backupset device type disk;
delete noprompt expired archivelog all device type disk;
release channel;
Re: Rman Log File [message #297309 is a reply to message #297292] Thu, 31 January 2008 01:40 Go to previous message
Michel Cadot
Messages: 68651
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Copy and paste your script and execution session.
Read and follow OraFAQ Forum Guide, especially "How to format your post?" section.
Make sure that lines of code do not exceed 80 characters when you format.
Indent the code.
Use the "Preview Message" button to verify.

Regards
Michel
Previous Topic: ORA-19906: recovery target incarnation changed during recovery
Next Topic: daily backup script
Goto Forum:
  


Current Time: Wed May 15 07:43:10 CDT 2024