ORA-12519, TNS:no appropriate service handler found Using Oracle 10 XE
544478Oct 27 2009 — edited Oct 22 2012I am trying to connect to oracle DB using for my Junit test case..
I am getting the following error. The oracle 10g is running on my windows machine and I know its running..
[junit] ORA-12519, TNS:no appropriate service handler found
[junit] The Connection descriptor used by the client was:
[junit] (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(PORT=1521)(HOST=localhost))(CONNECT_DATA=(SID=XE)))
[junit]
Any one has any idea what we need to do regarding this ?