search for: oracle2

Displaying 1 result from an estimated 1 matches for "oracle2".

Did you mean: oracle
2012 Nov 30
0
Oracle database connction from R in Linux
...his is sasi. I installed R 64 bit and oracle client 64 bit in fedora 17. After R is working fine. Oracle database also working fine. but problem is, If i try to connect oracle from R its not connecting. So, pls guide me how to connect from R to oracle. how, i tried:-- odbcinst.ini file code is [ORACLE2] Description = oracle driver Driver = /ibexis/app/oracle/product/11.2.0/db_1/lib/libsqora.so.11.1 DontDLClose = 1 FileUsage = 1 UsageCount = 1 I tried in R ... >library(RODBC) >con <- odbcConnect("data source name", uid="username", pwd="password") after thi...