Skip to content

In odbcDriverConnect ODBC connection failed

1 message · Thomas Liebig

#
Hi Luis,

I also use RODBC to connect an ORACLE DB.
This is implemented using the following statements

require(RODBC)
con<-odbcConnect(DB$name,DB$user,DB$pass,case="tolower",believeNRows=FALSE)
res<-sqlQuery(con,"select 'test' from dual")
odbcClose(con)

To test your unixodbc installation you should ask google, there are some 
linux tools to test your configuration.

regards,
Thomas


Luis Ridao Cruz schrieb: