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 Question: Restore with loss of control files and no catalo database

Re: RMAN Recovery Question: Restore with loss of control files and no catalo database

From: <bulbultyagi_at_now-india.net.in>
Date: Mon, 30 Jun 2003 15:25:41 -0700
Message-ID: <F001.005BC875.20030630145419@fatcity.com>


Hi Timothy , I am guessing about the following answers, and I work on 9.2.0.1.0 but anyway here goes :

(1) How do I recover from a RMAN backup to disk if I have lost all the
original database files (control files, data files and redo logs)

In nomount
First run SET DBID
SET UNTIL SEQUENCE <number> THREAD 1;
Then RESTORE CONTROLFILE ... FROM 'media_handle' or TAG; mount database;
restore database;
recover database ;
open resetlogs database;

Don't know the answer to the second question, let me know if you find out

.............................

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: <[EMAIL PROTECTED]
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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 Mon Jun 30 2003 - 17:25:41 CDT

Original text of this message

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