Restore controlfile problem [message #393455] |
Sun, 22 March 2009 23:31 |
rumman
Messages: 48 Registered: June 2007 Location: Bangladesh
|
Member |
|
|
Hi all,
When I tried to restore from RMAN tape backupset I found the following error:
RMAN> restore controlfile;
channel ORA_SBT_TAPE_1: starting datafile backupset restore
channel ORA_SBT_TAPE_1: restoring control file
channel ORA_SBT_TAPE_1: reading from backup piece c-613196953-20090315-00
ORA-19864: Piece c-613196953-20090315-00 had no data
failover to previous backup
channel ORA_SBT_TAPE_1: starting datafile backupset restore
channel ORA_SBT_TAPE_1: restoring control file
channel ORA_SBT_TAPE_1: reading from backup piece ora_dPBLPROD_T20090315_264_1.bak
ORA-19864: Piece ora_dPBLPROD_T20090315_264_1.bak had no data
failover to previous backup
But the backup of control files exists in tape.
Could anyone please tell me what the problem is?
|
|
|
|
Re: Restore controlfile problem [message #393457 is a reply to message #393456] |
Sun, 22 March 2009 23:50 |
rumman
Messages: 48 Registered: June 2007 Location: Bangladesh
|
Member |
|
|
>But the backup of control files exists in tape.
RMAN does not agree
>Could anyone please tell me what the problem is?
ORA-19864: Piece ora_dPBLPROD_T20090315_264_1.bak had no data
Why does RMAN does not agree?
|
|
|
|
Re: Restore controlfile problem [message #393511 is a reply to message #393460] |
Mon, 23 March 2009 03:06 |
rumman
Messages: 48 Registered: June 2007 Location: Bangladesh
|
Member |
|
|
Hey,
You must remember that orafaq forum is not a fun space. So without facing any problem, people do not write here.
I am facing a problem and I know that the data exists in tape and I required any suggestion from people who faced this kind of problem.
Please if you don't know the solution you don't need to answer anything.
|
|
|
|
|
|
|
Re: Restore controlfile problem [message #394642 is a reply to message #393455] |
Sun, 29 March 2009 02:58 |
rumman
Messages: 48 Registered: June 2007 Location: Bangladesh
|
Member |
|
|
Hi,
At last I successfully restored my data. The following command was required:
RMAN> restore controlfile from tag '<tag_name>'
There is a bug in Oracle 10.2.0.3 from metalink and it does not support any other "restore controlfile" command except the above one.
|
|
|