I am looking for some help. I have a server application that receives a text file and process this data in oracle. It works fine for two thread but when I tried to run more than two, somehow I am experiencing queries that run longer or even keeps running without stopping. My application is using blocking calls and each thread has each own oracle session.
Thus anybody have any idea as to what am I doing wrong.
thanks
Thus anybody have any idea as to what am I doing wrong.
thanks