I am getting the DSN contains an architecture mismatch between the Driver and Application (Oracle Database). I know my R version is 64 bits because I ran the functions below. However I have both 32 bit and 64 bit Oracle ODBC Drivers installed on my Windows computer.
Is there a function that tells me whether R is using the 32 bit Oracle ODBC driver or the 64 bit Oracle ODBC driver?
Do I have to remove the DSNs with Oracle 32 bit drivers to prevent the DSN Mismatch error?
When I use Sys.info() on "machine" then I get "x86-64" When I use Sys.getenv on"R_ARCH" then I get "/x64"