InterviewSolution
Saved Bookmarks
| 1. |
What Is A Trace File And How Is It Created ? |
|
Answer» Each server and BACKGROUND process can write an associated trace file. When an internal error is detected by a process or user process, it DUMPS information about the error to its trace. This can be used for TUNING the DATABASE. Each server and background process can write an associated trace file. When an internal error is detected by a process or user process, it dumps information about the error to its trace. This can be used for tuning the database. |
|