Database Connection Monitoring

Joined
Sep 4, 2008
Messages
1
Reaction score
0
Hi,
Is there any common WMI class which is useful for monitoring database connection?
I wanted to write a program which will give notification to the user whenever a connection is made to the database.
I dot two classes
Win32_PerfFormattedData_NETDataProviderforSqlServe r_NETDataProviderforSqlServer:
and
Win32_PerfFormattedData_NETDataProviderforOracle_N ETDataProviderforOracle

But they are vendor specific. Is there any way to monitor all the database?

Please reply.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top