Skip to content

ROracle connection problem

2 messages · Andi Felber, Brian Ripley

#
Hi,

I found the same question in the mailing list already a few months ago - 
but there was no answer to it - so I'll try it again

Could somebody help me to solve this following problem? I just begin to 
learn how to connect my Oracle database with R.

 > library(DBI)

 > library(ROracle)

Warning message:
DLL attempted to change FPU control word from 8001f to 9001f

 > ora=dbDriver("Oracle")
Error in initialize(value, ...) : Invalid names for slots of class 
OraDriver: Id
 >

My system is:

Windows 2000,
Oracle 9.2
R1.9.0

Thank you very much


andi
---------------------------------------------------------------------------------------------------------------- 

Andreas Felber
Swiss Federal Institute for Snow and Avalanche Research
Fl??elastrasse 11
CH-7260 Davos Dorf
phone ++41 81 417 02 52
email: felber at slf.ch
personal homepage: http://www.slf.ch/staff/pers-home/felber/felber-en.html
web www.slf.ch
#
I guess the issue is the use of R-1.9.0 (2.0.1 is current).  Please ask 
the person who provided you with a Windows binary for ROracle which 
version it worked with.
On Thu, 18 Nov 2004, Andi Felber wrote: