OraSqlMonitor Traceflag

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
hugo.santos
Posts: 1
Joined: Wed 20 Jan 2010 20:12

OraSqlMonitor Traceflag

Post by hugo.santos » Sat 23 Jan 2010 12:21

What traceflag can be used to determine the completion of the sql command (Run-Time) in the database?

tfqExecute = execute
? = Completed

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 27 Jan 2010 08:57

There is no such trace flag.

HCRoman
Posts: 55
Joined: Wed 12 Aug 2009 05:47

OracleMonitor TraceEvent

Post by HCRoman » Wed 27 Jan 2010 16:02

Hi,

if you can, use
OracleMonitor.TraceEvent
handler
You have a TracePoint before and after.
so you can get all stuff inside, sql error and so on

Roman

Post Reply