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: Remounting a database

Re: Remounting a database

From: Van Messner <vmessner_at_netaxis.com>
Date: Sat, 22 May 1999 17:47:31 -0400
Message-ID: <VHF13.3651$Ie1.118013@news14.ispnews.com>


I'm not sure what stage you're at, but just to rename the datafiles you mount the database, then rename.
In svrmgr:
startup restrict mount [dbname];
alter database rename ‘old filename’ to ‘new filename’;

Van

David Chemla wrote in message <37468A2E.6E0C213E_at_club-internet.fr>...
>
>
>Hi,
>
>I will soon receive a set of database files
>(ie: datafiles, control files, log files, init.ora).
>
>How can I remount that database on my system (UNIX NCR) ?
>
>In other words (but I might be wrong) How to rename datafiles
>while the database is not opened ?
>
>In case this is not possible, what should I do ?
>
>Thank a lot in advance.
>
>David.
Received on Sat May 22 1999 - 16:47:31 CDT

Original text of this message

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