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: Unable to Open Database: Remove Datafile

Re: Unable to Open Database: Remove Datafile

From: David Fitzjarrell <oratune_at_aol.com>
Date: Wed, 07 Feb 2001 23:15:19 GMT
Message-ID: <95sktv$ci0$1@nnrp1.deja.com>

In our last gripping episode "Sumant Vashisth" <svashisth_at_hotmail.com> wrote:
> I receive the following error message when I try to open the
 database. I had
> just created the
> database and added the following file to the tablespace had not yet
 backed
> it up.
> There should not be any data stored in the file. Is there a
 workaround to
> this problem
> (deleting the datafile etc.). There is another datafile in the ts
 which has
> data stored in it
> and so it would not be possible for me to drop the tablespace.
> Thanks in anticipation
> ######################################################################
> SVRMGR> alter database open;
> alter database open
> *
> ORA-01122: database file 31 failed verification check
> ORA-01110: data file 31: 'G:\ORACLE\STS\SAPDATA6\BTABD_5\BTABD.DATA5'
> ORA-01251: Unknown File Header Version read for file number 31
> SVRMGR>
> ######################################################################
>
>

Try replacing your control files:

alter database backup controlfile to '.......','.........';

where the '......' entries are valid file names.

After you do this, shutdown the database, replace the existing controlfiles with the new copies and try to start the database again.

--
David Fitzjarrell
Oracle Certified DBA


Sent via Deja.com
http://www.deja.com/
Received on Wed Feb 07 2001 - 17:15:19 CST

Original text of this message

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