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

Home -> Community -> Usenet -> c.d.o.server -> Re: startup not reading control file?

Re: startup not reading control file?

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 06 Apr 2005 19:33:26 +0200
Message-ID: <e67851l3noconbfn0er97v4b7p91af0tc8@4ax.com>


On 6 Apr 2005 08:45:02 -0700, laredotornado_at_zipmail.com wrote:

>Hello, I have Oracle 8.1.7.4 installed on Solaris. I am having a
>problem starting up my instance. The log tells me it cannot find my
>control file...
>
>According to the alert log ...
>
>Wed Apr 6 11:31:12 2005
>ORA-00202: controlfile: 'ora_control1'
>ORA-27037: unable to obtain file status
>SVR4 Error: 2: No such file or directory
>Additional information: 3
>Wed Apr 6 11:31:15 2005
>ORA-205 signalled during: alter database mount...
>
>I'm trying to create another control file using the "alter system
>backup controlfile to trace" command, but I'm never able to mount the
>database to run that command. Here's what happens when I try and mount
>the database
>
>SVRMGR> startup mount pfile=/my/path/dbs/init.ora
>ORACLE instance started.
>Total System Global Area 25321148 bytes
>Fixed Size 102076 bytes
>Variable Size 24924160 bytes
>Database Buffers 204800 bytes
>Redo Buffers 90112 bytes
>ORA-00205: error in identifying controlfile, check alert log for more
>info
>
>Can you help? - Dave

ora_control1 is missing. If you have multiple controlfiles, and the others still exist and are identical, just copy one of them to ora_control1.
The controlfiles are listed in the control_file parameter in init.ora After a startup nomount you should also be able to check their names from v$parameter2.
If you don't have multiple control files (you should have at least 2) you are SOL and can kiss your database goodbye.

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Apr 06 2005 - 12:33:26 CDT

Original text of this message

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