restore spfile from autobackup older than 7 days
Gurus,
How do get over the below problem
I am trying to restore spfile from autobackup to a brand new server ( new dbserver and new tape library..basically to a restricted LAB )
RMAN> run{allocate channel ch01 type sbt;
2> SEND 'NB_ORA_CLIENT=serverA;
3> restore spfile from autobackup;
4> }
allocated channel: ch01
channel ch01: sid=36 devtype=SBT_TAPE
channel ch01: Veritas NetBackup for Oracle - Release 6.5 (2007072323)
sent command to channel: ch01
Starting restore at 06-JUL-10
channel ch01: looking for autobackup on day: 20100706
channel ch01: looking for autobackup on day: 20100705
channel ch01: looking for autobackup on day: 20100704
channel ch01: looking for autobackup on day: 20100703
How do get over the below problem
I am trying to restore spfile from autobackup to a brand new server ( new dbserver and new tape library..basically to a restricted LAB )
RMAN> run{allocate channel ch01 type sbt;
2> SEND 'NB_ORA_CLIENT=serverA;
3> restore spfile from autobackup;
4> }
allocated channel: ch01
channel ch01: sid=36 devtype=SBT_TAPE
channel ch01: Veritas NetBackup for Oracle - Release 6.5 (2007072323)
sent command to channel: ch01
Starting restore at 06-JUL-10
channel ch01: looking for autobackup on day: 20100706
channel ch01: looking for autobackup on day: 20100705
channel ch01: looking for autobackup on day: 20100704
channel ch01: looking for autobackup on day: 20100703
0