Skip to content

Error using 32-bit R and RODBC package on 64-bit Windows Server OS with R version 2.10

1 message · helpme

#
---------- Forwarded message ----------
From: helpme <myrquestions at gmail.com>
Date: Wed, Nov 18, 2009 at 4:12 PM
Subject: Re: [R] Error using 32-bit R and RODBC package on 64-bit Windows
Server OS with R version 2.10
To: Marc Schwartz <marc_schwartz at me.com>
Cc: r-help at r-project.org


Now that I know RODBC only works with 32-bit ODBC drivers this explains the
problem I was having.

The system has a 64 bit ODBC driver is definitely installed. I can tell
because when you go to system32 folder and click on odbcad32.exe it goes to
the Microsoft ODBC manager where I can select the driver installed for the
64-bit Oracle system.

The system32 folder contains the 64 bit driver for ODBC. When I go to the
syswow64 directory and click on the odbcad32.exe it does not take me to the
Microsoft ODBC manager. Instead I get this error:

Navigate to C:\Windows\syswow64\odbcad32.exe
2.) Select System DSN
3.) Add "Microsoft ODBC for Oracle"
I receive this error: The Oracle(tm) client and networking components were
not found. These components are supplied by Oracle Corporation and are part
of the Oracle Version 7.3 (or greater) client software installation. You
will be unable to use this driver until these components have been
installed.



I don't believe the 32-bit ODBC driver is present. What is the best way to
tell if the 32-bit Oracle client software isn't installed and I'm wondering
if anyone has experience to install it on a 64-bit system and call it from
RODC?
On Mon, Nov 16, 2009 at 4:54 PM, Marc Schwartz <marc_schwartz at me.com> wrote: