Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN recovery Oracle 8.1.7 working...

Re: RMAN recovery Oracle 8.1.7 working...

From: Ron Rogers <RROGERS_at_galottery.org>
Date: Thu, 22 May 2003 11:53:15 -0800
Message-ID: <F001.005A0868.20030522115315@fatcity.com>


List
 I pulled the old PDF's out and re-read the commands needed to do a P-I-T-R . I probably made a typing error or typing omission ('", or some thing else stupid) . The set until command appears to be working now and the database is being restored from the Level0 backup with archivelogs. I will keep the list posted.
Thanks,
Ron
>>> RROGERS_at_galottery.org 05/22/03 03:07PM >>> 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).

--

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 - 14:53:15 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US