Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: RAC 9i - renamin files
Well, "rename file" actually updates the control file, so as long as
the control file is accessible to all nodes, all instances should know
about it. As for the procedure, you need to mount the database in
exclusive mode (only 1 instance, by specifying "PARALLEL_SERVER=FALSE" in
the init.ora), rename the file, bring the instance down and start it up
in shared mode.
> -----Original Message-----
> From: Vladimir Barac [mailto:vladob_at_aster.si]
> Sent: Wednesday, February 19, 2003 3:36 PM
> To: Multiple recipients of list ORACLE-L
> Subject: RAC 9i - renamin files
>
>
> How do you rename files in RAC databases?
>
> When dealing with single instance db
>
> 1. shutdown
> 2. startup mount
> 3. copy file to new location using OS util.
> 4. alter database rename file...
> 5 startup.
>
> But now we have gsdctl, srvctl... So, what is the procedure
> ti rename file?
> We are using Tru64, so we have no raw devices.
>
> Thanks,
> Vladimir Barac
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Vladimir Barac
> INET: vladob_at_aster.si
>
> 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).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Gogala, Mladen INET: MGogala_at_oxhp.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 Feb 19 2003 - 16:03:26 CST