ORA-12519: TNS:no appropriate service handler found
2
votes
1answer
3k views
ORA-12519, TNS:no appropriate service handler found while inserting into Oracle Database with X threads
I am trying to insert into Oracle database which has two columns-
ID Primary Key varchar2 (4000)
ACCOUNT varchar2 (4000)
I wrote a Multithreaded program for that. And ...
0
votes
1answer
297 views
Oracle 12519 : Issues while running integration test suite
I have a test suite which contains about 4000 tests in it. We use Oracle as our database .
When i run the test suite , some tests run fine and after some time i get ORA-12519 TNS:no appropriate ...
0
votes
0answers
320 views
oracle 10 g xe Lsnrctlr service and ora-12519 error
Installed 10g xe on window 7.I am new to jdbc and 10g xe. when tested with a simple program to connect wit jdbc it worked fine but when i tried it with an application to store some data into databe it ...
0
votes
1answer
599 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
2k 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
1answer
925 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 ...
2
votes
2answers
5k 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
11k 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 ...
7
votes
2answers
18k 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 ...