RMAN backup error [message #207780] |
Thu, 07 December 2006 00:35 |
ramkrishna_gosavi
Messages: 15 Registered: June 2006 Location: pune
|
Junior Member |
|
|
Hi friends ,
i hv given backup through rman but when archivelog backup they takes a error but when take a backup sencond time no error pls give me solution
RMAN>backup as copy database plus archivelog ;
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=114 instance=veda1 devtype=DISK
no obsolete backups found
Starting backup at 07-DEC-06
current log archived
using channel ORA_DISK_1
channel ORA_DISK_1: starting archive copy
input archive log thread=1 sequence=2199 recid=2929 stamp=607832643
output filename=/backup/veda/arch_D-VEDA_id-3082938069_S-2199_T-1_A-568126741_fti4avu8 recid=3266 stamp=608534478
channel ORA_DISK_1: archivelog copy complete, elapsed time: 00:00:08
channel ORA_DISK_1: starting archive copy
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 12/07/2006 05:21:22
ORA-19588: archived log recid 2968 stamp 607857970 is no longer valid
|
|
|
Re: RMAN backup error [message #207875 is a reply to message #207780] |
Thu, 07 December 2006 04:14 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
This is probably the zillionth time we ask for the
Oracle / OS version information along with the post.
Issue this before backup
RMAN> crosscheck archivelog all;
|
|
|