Cause: The listener could not find any available service handlers that are appropriate for the client connection. Action: Run "lsnrctl services" to ensure that the instance(s) have registered with the listener, and are accepting connections.
3
votes
1answer
10k views
What can cause intermittent ORA-12519 (TNS: no appropriate handler found) errors
We are running our Junit 4 test suite against Weblogic 9 in front of an Oracle 10 database (using Hudson as a continuous integration server) and occasionally we will get an ORA-12519 crash during ...
2
votes
1answer
2k views
spring connection pooling issue
I'm not experienced in Java and Spring. I try to write a program that uses JdbcTemplate for Data access. I use DBCP pooling, here it is:
<bean id="myDataSource" ...
2
votes
1answer
7k views
Oracle listener state blocked
I have a webpp which works fine when under a light load. However, when we run a lot of threads each with their own database connection, then we start getting the error
ORA-12519: TNS:no appropriate ...
0
votes
1answer
73 views
What causes an ORA-12519 to be thrown even though the Oracle trace file for the event shows an ORA-00020?
When we are connecting to Oracle via the listener and we reach our process limit, we're getting an ORA-12519: TNS:no appropriate service handler found. Looking at the the trace file for the event, ...
0
votes
1answer
212 views
getting java.sql.SQLException: Closed Connection when accessing large resultset
Hello i have big data in my oracle 10g database and have to perform some calculations on every row of resultset. So i call a separate calculation class after fetching value of single row in the ...
0
votes
0answers
241 views
getting java.sql.SQLException: Closed Connection error
I'm using JDBC to Oracle 10g database and getting Closed Connection exception.
My Code actually reads one row of resultset and then perform some calculation on it and then add that result to a ...
0
votes
0answers
50 views
Listener problem
I'm developing an application with oracle db, and since one week i have the following error :
java.sql.SQLException: Listener refused the connection with the following error:
ORA-12519, TNS:no ...
0
votes
1answer
319 views
Why do I get this Oracle connections error? ORA-12519, TNS:no appropriate service handler found
I'm building a JSF2 app with GlassFish, Hibernate, Spring (for transaction mgmt), and Oracle 11g.
After the application has been running for a while, the app fails to query the db and I get the ...