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: modify the location of control files

Re: modify the location of control files

From: Brian Peasland <oracle_dba_at_remove_spam.peasland.com>
Date: Wed, 11 Jun 2003 21:19:17 GMT
Message-ID: <3EE79CD5.D9A43837@remove_spam.peasland.com>


I haven't tried it myself, but it appears to me that the procedure would be as follows:

  1. Issue ALTER SYSTEM SET control_files=/newdir/control01.ctl,.....,/newdir/control03.ctl SCOPE=SPFILE; This changes the parameter in the SPFILE, but not for the active instance.
  2. SHUTDOWN IMMEDIATE
  3. Move the control file(s)
  4. STARTUP
HTH,
Brian

"Gordon T. Wu" wrote:
>
> Hi Group:
>
> I'm trying to multiplex the locations of control files. How do I
> change the location of CONTROL03.CTL in Oracle 9.2? The spfile thing
> in Oracle 9.2 is making this process complicated.
>
> Thanks a lot.

-- 
===================================================================

Brian Peasland
oracle_dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Wed Jun 11 2003 - 16:19:17 CDT

Original text of this message

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