I'm trying to connect R to an oracle database using the 64-bit client and the RODBC package.
I'm in 64-bit R, and when I try creating a connection get this message:
"The specified DSN contains an architecture mismatch between the Driver and Application"
I have both 64 and 32-bit oracle clients installed. These two items are in my PATH.
C:\Oracle64\product\12.2.0\client_1\bin;
C:\Oracle\product\12.2.0\client_1\bin;
Is there any way I can tell RODBC to use the 64 bit client? The documentation says it will scan the path and use the first client it finds with architecture matching the version of R I'm running (and I'm running 64 bit R).