This is the error message when I connect to DB using Java program. SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=153092352)(ERR=1 2505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
here is segment of my Java code:
DriverManager.registerDriver( new oracle.jdbc.driver.OracleDriver()); conn = DriverManager.getConnection"jdbc racle:thin:@xxx.xx.xx.xxx: 1521:sid", "username", "password");
Anyone can help me to fix it? Any more information needed, please email me. I will reply you within one day. Thanks a lot!
[Bear edit: "urgent" is not an acceptable topic subject] [ March 21, 2005: Message edited by: Bear Bibeault ]
Carol Enderlin
drifter
Ranch Hand
Joined: Oct 10, 2000
Posts: 1348
posted
0
Verify your url, especially the server and sid/db name.
Google returns a lot of hits for: connection refused 12505 [ March 21, 2005: Message edited by: Carol Enderlin ]