Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Good technical documents/references on tuning restores
Paula,
Was the tablespace read-only?
Those weired MISSING... names refer to data files in those tablspaces.
Do you have a controlfile trace? Look in there to see what is what..
Here is what I see in the CF trace for my read-only tablespace:
# Files in read-only tablespaces are now named.
ALTER DATABASE RENAME FILE 'MISSING00002'
TO '/u07/oradata/DBCT/test_01.dbf';
# Online the files in read-only tablespaces.
ALTER TABLESPACE "TEST" ONLINE;
# No tempfile entries found to add.
#
HTH,
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Kirtikumar Deshpande INET: kirtikumar_deshpande_at_yahoo.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 Wed Jun 04 2003 - 11:10:26 CDT