Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Adding Control files
At 10:18 04/07/02 -0800, you 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?
You do not need to do anything at the SQL prompt to add a control file.
Shutdown the database, physically copy (at the OS) one of the existing control files to the two new locations (depending on naming conventions at your site you may also need to rename it) and then add the file details to the control_files parameter in the Init file. Then restart the database.
>2) I was told that having 4 control files solves some contention.
> Anybody encountered this?
I can't see how this would be the case. You are merely adding redundancy to prevent against loss of the file through multiple disk failures.
The control files are all identical and must therefore *all* be updated at a checkpoint. So this potentially *increases* contention, but unless you have very large numbers of data files (or you are also in the middle of doing something with RMAN without a recovery catalog) then the additional overhead should not be too severe.
Can you find out some more details from the person who told you this, as I can't see what they're getting at!
>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: Bill Buchan INET: wbuchan_at_uk.intasys.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:19 CDT