onstat -g dll command: Print dynamic link library file list
Use the onstat -g dll command to display a list of and the status of dynamic link library (DLL) files that were loaded.
Example output
The output displays the names of the library
files only one time each process group. The flags indicate if the
library was loaded when the server was started.
Output description
- addr
- Address of the DLL file
- slot
- Slot number entry in the library table
- vp
- ID of the virtual processor
- baseaddr
- Base address of the shared library
- flags
- M indicates that the thread calling the UDR can migrate from one CPU virtual processor to another CPU virtual processor.
- P indicates that the shared library was loaded when the database server was started.
- filename
- Name of the DLL file