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: control & redo files

Re: control & redo files

From: Beam Meup <svu_at_ibeam.com>
Date: 2000/08/09
Message-ID: <hbkk5.88139$B33.153863@dfw-read.news.verio.net>#1/1

I want to do this under the install manager. Is there a tool for this? How come under 8.0.5, there is but not for 8i.

Thanks
beam.

"Stefan Roesch" <Stefan.Roesch_at_t-online.de> wrote in message news:3991A533.B45961_at_t-online.de...
> Beam Meup wrote:
>
> > i've just finish installed Oracle8i. I have 3 disks that I want to
 spread
> > the control &
> > redo file across this 3 disks. is there an option to do this with 8i?
 for
> > 8.0.5, it is
> > allow you to do this.
> >
> > thank you.
> > beam
>
> shutdown your database normal
> make a backup
>
> copy the controlfiles to the new destinations
> change the control_files parameter in the init.ora
>
> copy the redo log files to the new destination
> startup mount
> alter database rename file 'oldfilename' to 'newfilename'; <- for
> each logfile
> ..
> alter database open
> shutdown normal
>
> make a backup
>
>
> Hope this helps
> Stefan
>
>
>
Received on Wed Aug 09 2000 - 00:00:00 CDT

Original text of this message

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