Board index » delphi » Run several SQL queries concurrently

Run several SQL queries concurrently

Q: We would like to run several SQL queries concurrently on the same
Oracle database(i.e. start one before first is finished). The only way
to do it is to start it in separate threads. Should we create session
for each thread? If yes, then why?

 

Re:Run several SQL queries concurrently


Hi, Thomas!

The detailed solution of your problem is described on

http://www.borland.com/devsupport/delphi/ti_list/TI3005.html

Best regards,
                                        Loginov Eugene.

Moscow State University.

Quote
Thomas W. Olsen wrote:
> Q: We would like to run several SQL queries concurrently on the same
> Oracle database(i.e. start one before first is finished). The only way
> to do it is to start it in separate threads. Should we create session
> for each thread? If yes, then why?

Re:Run several SQL queries concurrently


Hi, Thomas!

The detailed solution of your problem is described on

http://www.borland.com/devsupport/delphi/ti_list/TI3005.html

Best regards,
                                        Loginov Eugene.

Moscow State University.

Quote
Thomas W. Olsen wrote:
> Q: We would like to run several SQL queries concurrently on the same
> Oracle database(i.e. start one before first is finished). The only way
> to do it is to start it in separate threads. Should we create session
> for each thread? If yes, then why?

Other Threads