Problem with multiple threads

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Anuja Ray
    New Member
    • Feb 2008
    • 1

    Problem with multiple threads

    I am working with OCI.I have used multithreading to make use of connection pool.
    If I keep the max number of threads as 1,the program runs fine,but if i increase the no of threads,the program starts giving run time errors like ORA-21500.
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Originally posted by Anuja Ray
    I am working with OCI.I have used multithreading to make use of connection pool.
    If I keep the max number of threads as 1,the program runs fine,but if i increase the no of threads,the program starts giving run time errors like ORA-21500.
    I dont think this can be solved by people in this forum.
    Better search in the oracle website for this, as the error clearly says it is thrown from the Oracle system

    Raghuram

    Comment

    Working...