Oracle sessions and delphi threads
Posted: Wed 29 Jan 2014 07:33
Hello,
I am writing a windows service that should do different jobs in threads. All the threads have to connect to the same oracle database and schema.
Is it possible to work with only one session or do I have to create a session for every thread ?
Thanks
Andreas
I am writing a windows service that should do different jobs in threads. All the threads have to connect to the same oracle database and schema.
Is it possible to work with only one session or do I have to create a session for every thread ?
Thanks
Andreas