Connection timeout error
Hi,
Just want to ask about the Problem in database connection generated in the Application.
we have Oracle server 10.2 for windows itanium(64 bit).
with ODP.NET client installed (version 10.2).
the application is in VB.NET 2005.
We have one process which is making different threads for connections.
But in this Process we are facing problem that it will generated 8 threads successfully but when it goes for further means ninth thread it is getting database connection timeout exception..
at that moment from outside the application we can connect to same database successfully.
Is there any limitation for process from database side, os side or from ODP.net..?
Just want to ask about the Problem in database connection generated in the Application.
we have Oracle server 10.2 for windows itanium(64 bit).
with ODP.NET client installed (version 10.2).
the application is in VB.NET 2005.
We have one process which is making different threads for connections.
But in this Process we are facing problem that it will generated 8 threads successfully but when it goes for further means ninth thread it is getting database connection timeout exception..
at that moment from outside the application we can connect to same database successfully.
Is there any limitation for process from database side, os side or from ODP.net..?
0