Maximum number of sessions exceeded
When I run a program through my application server, I get the following error: "ORA-00018:maximum number of sessions exceeded."
I have an application server (WebSphere) doing connection pooling with a max limit of 30 connections. My database is Oracle 9i. When I run a program through the application server, I get the following error: "ORA-00018:maximum number of sessions exceeded."
I am being very careful in closing all the PreparedStatements, CallableStatements, ResultSets and Connections in the program.
I will be very thankful if you can figure what the problem is.
Dig Deeper on Oracle database design and architecture
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Oracle Database / Applications experts
View all Oracle Database / Applications questions and answers
Start the conversation
0 comments