RMAN Recovery - ORA-27056: could not delete file
716060Aug 6 2009 — edited Aug 6 2009This is a Sun Solaris two node 10g 10.2.0.4 RAC Cluster. The backup was done on the node 1 and the restore is executing on node 2...
I am trying to restore a single controlfile as a test from a backup which was taken from a database on ASM on node 1. I am trying to restore that controlfile to filesystem [ora/fs0000/oraexport/temp] on node 2 server and I am getting a strange error...
The permissions are setup correctly for the user doing the restore [oracle], the user which also did the backup on node 1...
Netbackup is setup correctly and will mount and read the tape...
executing command: SET COMMAND ID
allocated channel: t1
channel t1: sid=112 devtype=SBT_TAPE
channel t1: Veritas NetBackup for Oracle - Release 6.5 (2007072323)
sent command to channel: t1
Starting restore at 06-AUG-09
channel t1: starting datafile backupset restore
channel t1: restoring control file
output filename=/ora/fs0000/oraexport/temp
channel t1: reading from backup piece CF_NCRPR_s27678_p1_t694174005
ORA-19870: error reading backup piece CF_NCRPR_s27678_p1_t694174005
ORA-19504: failed to create file "/ora/fs0000/oraexport/temp"
ORA-27056: could not delete file
SVR4 Error: 1: Not owner
failover to previous backup
channel t1: starting datafile backupset restore
channel t1: restoring control file
output filename=/ora/fs0000/oraexport/temp
channel t1: reading from backup piece CF_NCRPR_s27672_p1_t694171994
ORA-19870: error reading backup piece CF_NCRPR_s27672_p1_t694171994
ORA-19504: failed to create file "/ora/fs0000/oraexport/temp"
ORA-27056: could not delete file
SVR4 Error: 1: Not owner
failover to previous backup
Has anyone seen this before?