DBMon hiding our SQL

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
oracletgk11
Posts: 2
Joined: Mon 22 May 2017 07:26

DBMon hiding our SQL

Post by oracletgk11 » Mon 22 May 2017 08:36

Hi,

We have migrated an application from Builder 6.0 to Embarcadero Berlin, using latest ODAC in the direct mode. Now the old Db Monitor shows nothing, and the newer monitor shows not much too. Namely, SQL statements are missing, and Parameters pane is empty:

Image

This happens only on one PC (one without Embarcadero installed), on the developer's PC all the information can be seen.

Any idea how to fix?

TIA, Max

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: DBMon hiding our SQL

Post by AlexP » Wed 24 May 2017 09:52

Hello,

Please make sure that in OraSQLMonitor the tfQExecute flag is checked in the TraceFlags property. If it is, please compose a small application demonstrating the problem and send it to support*devart*.com

oracletgk11
Posts: 2
Joined: Mon 22 May 2017 07:26

Re: DBMon hiding our SQL

Post by oracletgk11 » Fri 26 May 2017 04:06

Aaa, my bad!

Somehow Execute events had become filtered out. Probably I hoped that Prepare's will be shown anyway for an every SQL statement, but it's not the case.

Sorry for disturbance

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: DBMon hiding our SQL

Post by MaximG » Fri 26 May 2017 13:45

We are glad that you found a necessary solution. Please don't hesitate to contact us with questions concerning ODAC usage.

Post Reply