Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: RMAN recovery Oracle 8.1.7
Ron - Are you trying to restore your production database, or trying to
restore your production database on another server? I think on the
production database RMAN would realize there was nothing to recover and
stop.
Dennis Williams
DBA, 80%OCP, 100% DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Thursday, May 22, 2003 1:37 PM
To: Multiple recipients of list ORACLE-L
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).
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 - 14:42:17 CDT