question about recover until restore point [message #247068] |
Sat, 23 June 2007 09:49 |
prince973
Messages: 37 Registered: November 2006
|
Member |
|
|
Dear all,
i have a question regarding point in time recovery,
i created a restore point at 16:55:00 pm ,
create restore point point1655;
when i try to recover database until this point ,
RMAN>recover database until restore point point1655;
i am getting this error:
datafile must be restored from backup older than scn ...
but when i use recover until time
run{
allocate channel c1 device type disk;
set until time="to_date('23/06/2007 16:55:00','dd/mm/yyyy hh24:mi:ss')";
restore database;
recover database;
};
things go fine without errors ,
any body has an idea about this, i know that the two ways should be same, but there must be something wrong,
please advise;
[Updated on: Sat, 23 June 2007 17:49] Report message to a moderator
|
|
|
|
|
|
|
|
|
|