Home » RDBMS Server » Backup & Recovery » RMAN
RMAN [message #25384] Mon, 21 April 2003 13:04
Rajeev
Messages: 34
Registered: January 2000
Member
I am trying to restore the back up using the following:
1)
run{
allocate channel ch1 type disk;
restore database;
recover until time 'Apr 20 2003 16:39:00'
alter database open;
}

That did't work. Then I tried

run{
allocate channel ch1 type disk;
restore database;
recover until time = 'to_date('Apr-20-2003 04:39:00:pm','Mon-dd-yyyy hh:mi:ss:pm')';
alter database open;
}

That didn't work either.
Anyone knows how to restore upto a point in time.
Thanks,
Rajeev
Previous Topic: Backup-Restore
Next Topic: RMAN errors
Goto Forum:
  


Current Time: Fri Mar 29 05:08:02 CDT 2024