InterviewSolution
Saved Bookmarks
| 1. |
What Is A User Process Trace File? |
|
Answer» A user process trace file is a trace file that is produced by user session. HOWEVER, this is an optional file, which is generated if the user wants to generate the file. This file is generated when the value of SQL_TRACE PARAMETER is SET to TRUE for a session.
A user process trace file is a trace file that is produced by user session. However, this is an optional file, which is generated if the user wants to generate the file. This file is generated when the value of SQL_TRACE parameter is set to TRUE for a session. |
|