There is no method to activate DBMonitor, but you can use two functions implemented in the DBMonitorClient unit: HasMonitor to check if DBMonitor is installed and WhereMonitor to get full path to DBMonitor.
For example:
if HasMonitor then
ShellExecute(HInstance,'open',PAnsiChar(WhereMonitor),nil,nil,SW_SHOW);