Connection reset
con = DriverManager.getConnection(
"jdbc:oracle:thin:@" + dbaddr,
dbuser, dbpswd);
never gets to the next line:
log.WriteLog("Got connection.");
This does not happen all the time; it happens randomly as far as I can tell
Any ideas?
never gets to the next line:
log.WriteLog("Got connection.");
This does not happen all the time; it happens randomly as far as I can tell
Any ideas?