The console thread is an
operating-system dependent special thread.
Windows NT/Windows 2000 |
UNIX |
|
Requests from the XCONS console |
The console thread processes requests from the XCONS console. The XCONS program communicates with the console thread for this purpose. |
The XCONS console receives the necessary information directly from the shared memory of the threads. |
knldiag file |
The console thread collects all database instance messages from the other threads and logs these in a file called knldiag. |
The knldiag file is created. Each thread writes information to this file. |