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: alter tablespace offline

RE: alter tablespace offline

From: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Tue, 16 Dec 2003 05:04:28 -0800
Message-ID: <F001.005DA156.20031216050428@fatcity.com>


did you also rename the datafile within the database? the error message on the line starting with ORA-01110 tells you that the database thinks the file should be at /migratie_deca/DECA/DATA. If that is the original location, that should tell you that as far as Oracle is concerned the datafile is in the original location. You have to tell Oracle where you moved the file, the database is smart but not omniscient.

in addition to the "alter tablespace offline" (and no, I've NEVER had to do this with the "normal" clause) you need to do an

alter database rename file '<old file name including path>' to '<new file name including path>' before you do the mount


Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Rachel Carmichael
  INET: wisernet100_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 Tue Dec 16 2003 - 07:04:28 CST

Original text of this message

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