Restore from RMAN full backup [message #610363] |
Wed, 19 March 2014 10:08 |
patdev
Messages: 74 Registered: August 2008
|
Member |
|
|
Hi ,
please guide me for restoring Oracle 10.2.0.5 database from RMAN full backup?
Please help!
full backup is from 8th and I have archive log from 8th to 12 (14:55).
Can i use this
RMAN:> shutdown immediate;
RMAN:> startup mount;
RMAN> run
{
set until time "to_date('2014-03-12:15:00:00', 'yyyy-mm-dd:hh24:mi:ss')";
restore database;
recover database; }
will it take RMN full backup and log after that till march 12 (14:55)
Please guide
thank
|
|
|
|
|
|
|