InterviewSolution
Saved Bookmarks
| 1. |
Why Is Additional Supplemental Logging Needed? |
|
Answer» Default LOGGING process records the information about DML operations. SUPPLEMENTAL logging is REQUIRED to identify the ROWS to be updated on each destination. Default logging process records the information about DML operations. Supplemental logging is required to identify the rows to be updated on each destination. |
|