Issue in SPFILE Autobackup [message #577508] |
Sun, 17 February 2013 14:01 |
sbmk_design
Messages: 88 Registered: April 2007 Location: CHENNAI
|
Member |
|
|
My RMAN setup
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/ora/backup/db/abcd/autobackup/%F';
Error
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of Control File and SPFILE Autobackup command on c1 channel at 02/17/2013 03:28:54
ORA-19504: failed to create file "/ora/backup/db/abcd/autobackup/c-2045358238-20130217-00"
ORA-17502: ksfdcre:/ora/backup/db/abcd/autobackup/c-2045358238-20130217-00 Failed to create file
But actually I checked @ /ora/backup/db/abcd/autobackup
Two files exist
-rw-r----- 1 oracle oinstall 9994240 Feb 17 01:31 c-2045358238-20130217-00
-rw-r----- 1 oracle oinstall 10027008 Feb 17 04:00 c-2045358238-20130217-01
RAMN > List backup summary ;
There is only one entry. I think both the above are control files. There is no entry for spfile
369 17-FEB-13 TAG20130217T040050
I also ensured database is running on spfile.
Please how to fix this issue.
Regards
sbmk
[Updated on: Sun, 17 February 2013 14:24] Report message to a moderator
|
|
|
|
Re: Issue in SPFILE Autobackup [message #577513 is a reply to message #577509] |
Sun, 17 February 2013 14:32 |
sbmk_design
Messages: 88 Registered: April 2007 Location: CHENNAI
|
Member |
|
|
Ok.. spfile get created means.. there should be two entries on RAMN > List backup summary ;
But there is only one entry (I think its control file entry)
Any other rman configuration for spfile ?
|
|
|
|
Re: Issue in SPFILE Autobackup [message #577515 is a reply to message #577508] |
Sun, 17 February 2013 20:57 |
hkchital
Messages: 128 Registered: September 2008 Location: Singapore
|
Senior Member |
|
|
The SPFILE Backup is in the same BackupPiece as the Controlfile AutoBackup.
Have you tried
LIST BACKUP OF CONTROLFILE
LIST BACKUP OF SPFILE
commands ?
|
|
|