Hi!
I'm writting a multithread application.
I have a control thread, which creates and starts several threads. These threads create OracleSessions, OracleDataSets and query data. The control thread should wait all threads, until they finished or timeout.

How to properly break execution, if query is running longer when timeout value?