Re: [R] Problem Connecting to Oracle with R from Windows XP

2007-08-18 Thread Adrian Dragulescu
You also need the ROracle package. On 8/15/07, Song, Alex <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I installed RGui 2.5.1 and package DBI on Windows XP and tried to connect > to Oracle database which is on a Linux server. When I tried to use > dbDriver("Oracle"), I got an error as follows: >

[R] Problem Connecting to Oracle with R from Windows XP

2007-08-15 Thread Song, Alex
Hello, I installed RGui 2.5.1 and package DBI on Windows XP and tried to connect to Oracle database which is on a Linux server. When I tried to use dbDriver("Oracle"), I got an error as follows: > drv <- dbDriver("Oracle") Error in do.call(as.character(drvName), list(...)) : co