Devart and application insights

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Devart and application insights

Post by Shalex » Mon 29 Jul 2019 15:26

That is correct.

To trace SQL events in Application Insights via dotConnect for Oracle, you should:
* create MonitorEventHandler to get SQL events
* send SQL event information to Application Insights or some other logging system

Also, you can trace the database activity via our tool dbMonitor (documentation, download link).

Post Reply