Re: [R] Connection to Oracle DB failing from R

2020-08-31 Thread Christofer Bogaso
Hi, The Java version below. Let me know if any other information is required. Thanks, java -version java version "1.8.0_201" Java(TM) SE Runtime Environment (build 1.8.0_201-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode) On Mon, Aug 31, 2020 at 8:21 PM William Dunlap wro

Re: [R] Connection to Oracle DB failing from R

2020-08-31 Thread William Dunlap via R-help
Which version of java do you have installed? Oracle's web site says ojdbc5.jar is for Java 1.5 and ojdbc6.jar is for more recent versions. Bill Dunlap TIBCO Software wdunlap tibco.com On Mon, Aug 31, 2020 at 3:56 AM Christofer Bogaso wrote: > > Hi, > > I am trying to establish a connection to a

Re: [R] Connection to Oracle DB failing from R

2020-08-31 Thread Marc Schwartz via R-help
> On Aug 31, 2020, at 6:55 AM, Christofer Bogaso > wrote: > > Hi, > > I am trying to establish a connection to a Oracle DB from R and used below > code which is failing every time I try - > >> library(RJDBC) > Loading required package: DBI >> jdbcDriver =JDBC("oracle.jdbc.OracleDriver",classPa

[R] Connection to Oracle DB failing from R

2020-08-31 Thread Christofer Bogaso
Hi, I am trying to establish a connection to a Oracle DB from R and used below code which is failing every time I try - > library(RJDBC) Loading required package: DBI > jdbcDriver =JDBC("oracle.jdbc.OracleDriver",classPath="ojdbc5.jar") *** caught segfault *** address 0x854961, cause 'memory no