Archive Log Errors [message #502683] |
Fri, 08 April 2011 01:56 |
|
sanjaysatish
Messages: 4 Registered: April 2011 Location: INDIA
|
Junior Member |
|
|
Hi All,
I am trying to take backup of archive logs but its showing the below error, clearly stating that archive 13762 is missing.
But that file is not there as its been deleted accidentely.
*****************************************************************
Starting backup at 07-APR-11
current log archived
released channel: ch00
released channel: ch01
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 04/07/2011 21:05:33
RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
ORA-19625: error identifying file /u001/oracle/test/arch/test_0000013762_707664977_1.arc
ORA-27037: unable to obtain file status
SVR4 Error: 2: No such file or directory
Additional information: 3
*****************************************************************
I am using RMAN to take archive backups.
I am NOW using the below backup command to take archive backup.
*****************************************
BACKUP
SKIP INACCESSIBLE
filesperset 20
FORMAT 'TEST_ARCH_%s_%p_%t'
ARCHIVELOG ALL DELETE INPUT;
*****************************************
My Database is having no issue but i wanted to avoid the below message in the log files.
" skipping inaccessible file /u001/oracle/TEST/arch/TEST_0000013762_707664977_1.arc
archived log /u001/oracle/TEST/arch/TEST_0000013763_707664977_1.arc not found or out of sync with catalog "
How can i go about it to achieve it.
Please do update any solution for the same and thanks for the replies in advance.
Thanks and Regards,
Sanjay
|
|
|
|
Re: Archive Log Errors [message #502685 is a reply to message #502684] |
Fri, 08 April 2011 02:09 |
|
sanjaysatish
Messages: 4 Registered: April 2011 Location: INDIA
|
Junior Member |
|
|
Thanks for Quick response Mr.Michel,,
As i understood the consequences in the coming days,, i am taking the full Database backup and all the archives present till date through RMAN,,, will that serve the purpose,,!!
|
|
|
|
|
|
|