Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Adding Control files
Place reference the 8i Admin manual before starting to make sure I didn't
miss anything but the steps are shown below.
And as always make a cold backup if possible before making changes to the db
structure.
To Add Control Files
1) Shut down the instance 2) Make a copy of one of your control files 3) Place/Name your files in the designed additional location (I.E. name themin your naming conventions and place them on the correct disks) 4) Edit your init<sid>.ora file to include the new files 5) Startup the instance
It is always better to have more then two control files. But, IO contension really depends on your disk layout. A more information issue would be placement of temp tablespaces, rollback, and log files.
> Hello All
>
> I got a request to add at least 2 more control files to the database.
> Currently we are having 2 control files.
>
> I read the docs (not too much, it is 20:00 now) and did not see it.
>
> 1) How do you add a control file?
> Alter system backup control file and then add it to Init parms?
>
> 2) I was told that having 4 control files solves some contention.
> Anybody encountered this?
>
> Oracle 8.1.6.3.4 on NT4 SP6 server.
>
> Yechiel Adar
> Mehish
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Yechiel Adar
> INET: adar76_at_inter.net.il
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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.com -- Author: Jay INET: fish_dba_at_hotmail.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Thu Jul 04 2002 - 14:13:20 CDT