InterviewSolution
Saved Bookmarks
| 1. |
What Is A Snapshot Log ? |
|
Answer» A SNAPSHOT log is a table in the master database that is ASSOCIATED with the master table. ORACLE USES a snapshot log to TRACK the rows that have been updated in the master table. Snapshot logs are USED in updating the snapshots based on the master table. A snapshot log is a table in the master database that is associated with the master table. ORACLE uses a snapshot log to track the rows that have been updated in the master table. Snapshot logs are used in updating the snapshots based on the master table. |
|