Displaying 1 result from an estimated 1 matches for "psrndpt1".
2012 Oct 04
1
Intermittent connectivity issues for JDBC / Oracle
...dbCheck = function(url, user='', pwd='') {
j = .jcall("java/sql/DriverManager", "Ljava/sql/Connection;",
"getConnection", url, user, pwd, check=FALSE)
x = .jgetEx()
.jcheck()
x
}
dbCheck("jdbc:oracle:thin:@192.168.3.10:1521:psrndpt1","myuser","mypass")
When I run the file - sometimes it works, returning NULL, and sometimes it
hangs for between 1 and 2.5 minutes before throwing an error. The database
is new and stable, on the same network - with no connection issues from any
other clients. This mach...