InterviewSolution
Saved Bookmarks
| 1. |
How To Implement The Multiple Control Files For An Existing Database ? |
|
Answer» SHUTDOWN the database Copy one of the existing CONTROL FILE to new location Edit CONFIG ora file by adding new control file. name RESTART the database. Shutdown the database Copy one of the existing control file to new location Edit Config ora file by adding new control file. name Restart the database. |
|