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

Home -> Community -> Usenet -> c.d.o.server -> Re: moving a database

Re: moving a database

From: Mulderonline <mulderonline_at_i-france.com>
Date: Fri, 11 Feb 2000 21:25:07 +0100
Message-ID: <881r6p$n00$1@wanadoo.fr>


different choice:
1) easy : make link on file to old location 2) rename datafiles in controlfiles
You have to backup controlfile to trace rename datafile in trace
move files
execute backup controlfile trace in svrmgrl 3) rename individualy datafiles:
alter database rename datafile '/...' to '/...'; ...

"Håkan Wahlberg" <hakan.wahlberg_at_boliden.se> a écrit dans le message news: 38A42816.A7A90220_at_boliden.se...
> How do I move a database (instance) with all its files from one disk to
> another.
> /Håkan W
>
>
Received on Fri Feb 11 2000 - 14:25:07 CST

Original text of this message

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