0

I have a .NET application that uses parameterized queries to select data from an Oracle database. It seems that the parameters are not passed correctly or something, because I obtain different results in the application from those when executing the query directly on the database.

Therefore, I want to be able to see the select that is being executed on the server. How can I do that?

4

0 回答 0