How to do "Multiplexing of Control Files" through spfile ( server parameter file) in Oracle 11g

Step 1) To perform "Multiplexing of Control Files" through spfile ( server parameter file)" first we need to create spfile from pfile.

Example to create spfile from pfile: -


                                     create spfile from pfile

Step 2) Copy the control files in physical location from 'cp' command.

Note: - At present, I have 2 control files,  I will add one more Control files in the same location.


Example: - 


physically addition of control file

Now you can see from above output control04.ctl file has been physically added successfully under /u01/app/oracle/oradata/prod/control04.ctl location.

Step 3) Now you need to set the same through alter command.

a)  first shut down the database

                                        Shut Immediate

b)  Startup (Start the database through spfile)
                                   
                                   
Startup of database through spfile

Command to check database is running through spfile

Step 4) Now through SQL prompt alter the changes.

Example: -



Step 5) Now shutdown and start the database again and check the status of added Control file.

Example: -

 a)  Shut Immediate



  b) Startup


                                                         


c) Status of the added Control file



As we can check from above output 4th control files has been added and the database is also up and running.

Thank you!!



Comments

Popular posts from this blog

How to resolve "No protocol specified" error

How to Add, Resize, Drop and Rename of a datafile in Tablespace