Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: question
startup nomount
alter database backup controfile to trace;
edit trace file and remove datafile#2 and recreate the control file.
start the database.
drop index tablespace and create new index tablespace ..
u should be all set
deepak
-----Original Message-----
From: Roy Ferguson [mailto:r__ferguson_at_hotmail.com]
Sent: Wednesday, July 19, 2000 5:01 PM
To: Multiple recipients of list ORACLE-L
Subject: question
>ok here is my situation..
>
>I created a development database from a production database by moving
>datafiles
>and recreating the control file on the development box...Sun
>environment...Oracle 8.0.5
>
>I brought up the development database and all looked good until I noticed
>that I
>failed to move over a datafile...this is datafile #2 of a two datafile
>index
>tablespace...
>
>error when trying to create an index:
>
>ERROR at line 2:
>ORA-00376: file 81 cannot be read at this time
>ORA-01111: name for data file 81 is unknown - rename to correct file
>ORA-01110: data file 81: '/u21/oracle/product/8.0.5/dbs/MISSING00081'
>
>I'm looking for ideas on recovery methods...
>
>thanks in advance...
-- Author: Roy Ferguson INET: r__ferguson_at_hotmail.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 Wed Jul 19 2000 - 18:42:24 CDT