Page 1 of 1

i want to retreive trace of sql , which Component I use ,

Posted: Wed 23 Mar 2005 18:51
by chikh
I try with ToraSQL or toraScript , but it didn't retrieve trace of my sql
like the component of Direct Oracle Access

Posted: Thu 24 Mar 2005 09:28
by Paul
You can see only debug information about executed SQL such as text of the query
and parameters. You can see it in dialog window if ToraSQL.Debug=true (using
OdacVCL unit) or in DBMonitor, SQLMonitor (using TOraSQLMonitor component).
If you need information about elapsed time or execution plan you can use
OraTools utility.