Format of database trace files
Information displayed in the database trace file varies depending upon the database generating the trace file. Database adapter trace files contain what appears to be a range of numbers at the beginning of each line in the file. These numbers represent:
- the process ID
This is the number representing the process that is running on the machine. If you were watching the processes running on your machine (viewing the Processes tab in the Task Manager window) , the value displayed in the PID (process ID) column would match the value displayed in the database trace file produced as a result of this process.
- the thread ID
This ID distinguishes each map that is running concurrently. Each running map has its own thread.