Answers

Question and Answer:

  Home  Memory Management

⟩ How to implement the multiple control files for an existing database?

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;

 123 views

More Questions for you: