Adaptive Server 15.0.2 ESD #4 includes the following changes to the Monitoring and Diagnostic Access (MDA) tables:
MDA table name |
New column name |
Datatype |
Description |
---|---|---|---|
monProcessProcedures |
StmtNumber |
int |
The currently executing statement |
monProcessNetIO |
networkEngineNumber |
smallint |
The network engine for a process |
monLocks |
DBName |
varchar(30) |
The database name for a DBID |
monCachedStatement |
DBName |
varchar(30) |
The database name for a DBID |
monProcessStatement |
DBName |
varchar(30) |
The database name for a DBID |
monSysPlanText |
DBName |
varchar(30) |
The database name for a DBID |
monSysStatement |
DBName |
varchar(30) |
The database name for a DBID |