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: Can not open DB :(

Re: Can not open DB :(

From: Bambang Setiawan <Bambang.Setiawan_at_Sidola.com>
Date: Thu, 15 Mar 2001 17:12:05 -0800
Message-ID: <F001.002CE5F7.20010315165036@fatcity.com>

I think your data file is corrupt ,
you have to drop the data file it first before you open database .

just MOUNT the database ,
then issue this command :
SVRMGR> ALTER DATABASE yourDB DATAFILE 'D:\ORACLE\ORADATA\VTP2\RBS01.DBF' OFFLINE DROP

then you can issue ' Alter Database Open '

the problem become easier if you have backup of that datafile .

never forget to make backup : )

=bambang=

<> Bambang Setiawan <>

>>> "andrey" <bronfin_at_visualtop.com> 03/15/01 05:15 >>> Dear list !

please help :

SVRMGR> alter database open ;
alter database open
*

ORA-01110: data file 2: 'D:\ORACLE\ORADATA\VTP2\RBS01.DBF'
ORA-01115: IO error reading block from file 2 (block # 1)
ORA-27070: skgfdisp: async read/write failed
OSD-04016: Error queuing an asynchronous I/O request.
O/S-Error: (OS 23) Data error (cyclic redundancy check).
SVRMGR> What do i do ?
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Bambang Setiawan
  INET: Bambang.Setiawan_at_Sidola.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Mar 15 2001 - 19:12:05 CST

Original text of this message

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