Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: RMAN recovery Oracle 8.1.7 typo in message corrected
Mladen,
As I look at the commands that finally worked , It appears that you
are correct.
Thanks for the quick feedback.
Ron
>>> MGogala_at_oxhp.com 05/22/03 03:48PM >>> You're still missing a second quote.
Mladen Gogala
Oracle DBA
Phone:(203) 459-6855
Email:mgogala_at_oxhp.com
-----Original Message-----
Sent: Thursday, May 22, 2003 3:07 PM
To: Multiple recipients of list ORACLE-L
List, I corrected the set time command to show the corrected typo..
Got to proof read more.....
Ron
>>> RROGERS_at_galottery.org 05/22/03 02:37PM >>>
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 "TO_DATE('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).
--
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).
--
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 - 15:18:38 CDT