
Chapter 5. Log analysis 67
Figure 5-8 Log analysis transaction Undo SQL for EMPLOYEE table
We now have the option to run the Undo SQL, copy it to the clipboard, or save it
to a file. We save it as a file so that we can run it later.
5.3.3 Analyzing changes to all tables
The details in the scenario A description specified that the user believed that the
changes DEMOAPP made to tables other than EMPLOYEE were correct.
However, the user would like to see what changes DEMOAPP made to all tables,
just to visually check that they are correct. We can do this also using the log
analysis interface.
This time, on the initial window of the interface, we leav ...