Radhya sahal <rad_cs_2006(at)yahoo(dot)com> wrote:
> how i can read query runtime if i want to run query from java ?
Personally, I capture System.currentTimeInMillis() before and after
the query, and subtract. In our framework, we have a monitor class
to encapsulate that.
-Kevin