Page 1 of 1

OraSqlMonitor Traceflag

Posted: Sat 23 Jan 2010 12:21
by hugo.santos
What traceflag can be used to determine the completion of the sql command (Run-Time) in the database?

tfqExecute = execute
? = Completed

Posted: Wed 27 Jan 2010 08:57
by Plash
There is no such trace flag.

OracleMonitor TraceEvent

Posted: Wed 27 Jan 2010 16:02
by HCRoman
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