How to implement the multiple control files for an existing database

Showing Answers 1 - 2 of 2 Answers

Shrikant Pande

  • Aug 25th, 2005
 

1. Edit init.ora file set control_files parameter with multiple location 
2. shutdown immediate 
3. copy control file to multiple locations & confirm from init.ora contol_files parameter 
4. start the database. 
5. run this query for changes confirmation - select name from v$controlfile;

  Was this answer useful?  Yes

bijan Mohapatra

  • Nov 5th, 2006
 

Edit itit.ora file after shutdown the data base, set path for another control file in the parameter setting. then copy the control file to the desired location where the path is setting, then start the database.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions