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: Is it enough to establish a new copy of control file?

Re: Is it enough to establish a new copy of control file?

From: Andrew Williamson <andrewweb_at_my-deja.com>
Date: 2000/05/25
Message-ID: <959252135.26414.0.nnrp-02.c30bdde2@news.demon.co.uk>#1/1

That'll work... there is a command for adding a controlfile while the database is still up, but you also need to add it to initSID.ora.

alter database backup controlfile to '.....filename';

AW

Siemens <yuhang.wang_at_pek1.siemens.com.cn> wrote in message news:8gitr2$q0l$1_at_news.mch.sbs.de...
> Dear All,
>
> Would you please kindly give me a confirm eo mak a additional control file
> by using the following method:
>
> 1) shutdown the database,
> 2) cp existed control file to a new device.
> 3) modified the initSID.ora parameter -- [control files] to fit new
> configration.
> 4) take the database online.
>
> what confused me is step3, if it is enough to only modifed that parameter
 in
> initSID.ora?
>
> Thks a lot,
>
>
>
Received on Thu May 25 2000 - 00:00:00 CDT

Original text of this message

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