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

Home -> Community -> Mailing Lists -> Oracle-L -> auto backup and spfile restore

auto backup and spfile restore

From: Chris Stephens <ChrisStephens_at_affina.com>
Date: Fri, 24 Jan 2003 11:54:15 -0800
Message-ID: <F001.0053A037.20030124115415@fatcity.com>


 List,

We are in the process of testing every recovery scenario we can think of using rman. We don't use a catalog and controlfile autobackup is on which implies the spfile is automatically backed up.

So one of the scenarios was to delete the spfile and pfile. To recover I thought we would be able to....

(database already shutdown)

rman
rman>set DBID=1370501721 ---i tried switch this with the command immediate following
rman>connect target /
rman>startup force nomount; ---from what I read in the documentation this should force oracle to use a 'dummy' spfile. rman>restore spfile from autobackup;

i realize there are several other ways to handle this situation but why can't i start the database in this way?
the error i get is:

RMAN> startup force nomount;

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of startup command at 01/24/2003 13:37:39 RMAN-04014: startup failed: ORA-27037: unable to obtain file status HP-UX Error: 2: No such file or directory Additional information: 3

what gives?

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Chris Stephens
  INET: ChrisStephens_at_affina.com

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 Fri Jan 24 2003 - 13:54:15 CST

Original text of this message

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