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.
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.
Comment