InterviewSolution
Saved Bookmarks
| 1. |
What Is The Need To Multiplex Redo Log File? How Can You Do That? |
|
Answer» Multiplexing is REQUIRED to improve recoverability of the database in case of disk FAILURE. You can multiplex redo log file by maintaining more than ONE member in each group. Multiplexing is required to improve recoverability of the database in case of disk failure. You can multiplex redo log file by maintaining more than one member in each group. |
|