Skip to content
Prev 227482 / 398500 Next

Error while connecting to Oracle using RODBC package

On Jul 13, 2010, at 11:57 PM, vikrant wrote:

            
What OS are you on? Presumably Windows.

Have you correctly configured the System or User DSN for the Oracle connection? The error messages suggest perhaps not. Verify the DSN connection information with your Oracle Admin.

See:

  vignette("RODBC") 

for more information.

Are you by chance on a 64 bit Windows platform, running 32 bit R? If so, be sure that your ODBC driver for Oracle is 32 bit and not 64 bit, which could also result in a conflict.

HTH,

Marc Schwartz