ORA-12519, TNS:no appropriate service handler found
OraOakJun 10 2009 — edited Jun 10 2009hi,
how are you ?
i have problem when generate salary for 4000 employees ,
i make for loop for list of employees to generate salary , for each employee get new instance of class salary ,
this class get new connection ,this is exception
09/06/10 12:29:47 java.sql.SQLException: Listener refused the connection with the following error:
ORA-12519, TNS:no appropriate service handler found
The Connection descriptor used by the client was:
10.0.0.151:1521:orcl
09/06/10 12:29:47 connection = DriverManager.getConnection(URL, userName, password);
thanks.