Displaying 1 result from an estimated 1 matches for "ibexis".
Did you mean:
alexis
2012 Nov 30
0
Oracle database connction from R in Linux
...ient 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 this line i got error,
> odbcConnect("in...