java.sql.SQLException: Io exception: Connection refused
843854Oct 15 2004 — edited Nov 26 2006I have an application that reads information from a file line-by-line and insertst the information in the database. My application has been running fine for quite some time now and suddenly today I'm getting this error message:
java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=153092864)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
No changes have been made to my code or to the Oracle database it's been loading data to.
Any ideas?
Thanks.
gabsaga