Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Adding Control files

Re: Adding Control files

From: ltiu <ltiu_at_alumni.sfu.ca>
Date: Thu, 04 Jul 2002 19:03:17 -0800
Message-ID: <F001.0048FFA2.20020704190317@fatcity.com>


Less Contention with more controlfiles? No !!!

Even though you may have a million control files (maximum 8), Oracle only reads from the first indicated in the init.ora file.

It will write concurrently in-parallel to all controlfile copies but reads only from one. So if you add more control files, this may actually increase the load on your disk storage through increase write access.

ltiu

On Thursday 04 July 2002 11:18, Yechiel Adar wrote:
> 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: ltiu
  INET: ltiu_at_alumni.sfu.ca

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 - 22:03:17 CDT

Original text of this message

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