InterviewSolution
| 1. |
What Is Redo Log File Mirroring? How It Can Be Achieved? |
|
Answer» Process of having a copy of redo log files is called mirroring. This can be ACHIEVED by creating group of log files together, so that LGWR will automatically writes them to all the members of the current on-line redo log group. If any ONE group fails then DATABASE automatically switch over to NEXT group. It DEGRADES performance. Process of having a copy of redo log files is called mirroring. This can be achieved by creating group of log files together, so that LGWR will automatically writes them to all the members of the current on-line redo log group. If any one group fails then database automatically switch over to next group. It degrades performance. |
|