InterviewSolution
Saved Bookmarks
| 1. |
Define The Redo Log Group And The Redo Log Member. |
|
Answer» Redo log group is a set of identical redo log FILES. Each log file in the group is referred to as a redo log member. A DATABASE NEEDS to maintain at least two redo log groups. Redo log group is a set of identical redo log files. Each log file in the group is referred to as a redo log member. A database needs to maintain at least two redo log groups. |
|