'How to watch queries generated by ORM connected to a Oracle DB
I'm currently trying to figure out a way to see the queries generated by ORM, which uses a Oracle Db. I have past experience with .NET and Microsoft's SQL, where you can use the SQL Server Profiler to monitor queries generated for example by EF.
Now I'm working in a company that has its own Programming language and this works out of the box with Oracle (it has its own ORM). So, my idea is there a way to monitor the queries generated by this ORM with some tool like SQL Server Profiler or can SQL Server Profiler work with a Oracle Db?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
