Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RMAN recovery Oracle 8.1.7
List,
I deleted some data in error and would like to recover it using the
RMAN backup.
I am attempting to do a point-in-time recovery on an 8.1.7 database.
The backup is from the weekly LEVEL0 RMAN backup with archivelogs. I
issue the command and nothing happens. Can anyone shed some light on the
subject?
RMAN > connect target...
RMAN> connect catalog...
RMAN> run {
set until time "ro_char('05/21/2003 16:15:00','MM/DD/YYYY
HH24:MI:SS');
shutdown immediate;
startup mount;
allocate channel d1 type disk;
restore database;
recover database;
alter database open resetlogs;
}
The RMAN prompt returns and that's all that happens.
I tried restoring a datafile and that was successfull within RMAN but I
could not get the "until time" phrase to work.
Any assistance would be appreciated.
I am waiting on the OS cold backup from tape to find the proper
datafile to restore and then I will issue the "recover database until
time" commmand from the svrmgrl prompt. I was looking for a method of
restoring the datafile from the weekly LEVEL0 backup and archivelogs.
Thanks,
Ron
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Ron Rogers
INET: RROGERS_at_galottery.org
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu May 22 2003 - 13:37:27 CDT