Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: file needs media recovery?

Re: file needs media recovery?

From: Jim Lyons <jlyons4435_at_my-deja.com>
Date: Tue, 22 Aug 2000 16:57:58 GMT
Message-ID: <8nube8$r4c$1@nnrp1.deja.com>

Once again, I'm indebted to members of this group. Thanks. It worked.

In article <8nta4o$ku4$1_at_porthos.nl.uu.net>,   "Frank van Bortel" <f.van.bortel_at_vnl.nl> wrote:
> You got it almost right:
>
> connect internal;
> alter tablespace etdata offline;
> ** your physical copy goes here!
> alter tablespace etdata rename datafile
> '/opt/oracle/oracle8/dbs/ETDATA' to
> '/opt/oracle/db4/oradata/ORCL/ETDATA.dbf';
> alter tablespace etdata online;
>
> You file needed recovery because it was updated between the time
> it was copied and you did the rename: for one, you took it offline...

--
Jim Lyons                     |  Network Systems Analyst
Entertech - The IC2 Institute |  512-482-0273, ext. 269
University of Texas at Austin |  jlyons_at_weblyons.com
http://www.weblyons.com


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Aug 22 2000 - 11:57:58 CDT

Original text of this message

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