How to install ROracle on Windows 7 64-bit

Below is a description of How to install the ROracle package on Windows 7?

I get the following error trying to build ROracle

** testing if the installed package can be downloaded
Error inDL (x, as.logical (local), as.logical (now), ...): it is not possible to load the shared object 'D: / Users / a101 / Documents / R / win-library / 3.0 / ROracle / libs / x64 / ROracle.dll ': LoadLibrary error:% 1 is not a valid Win32 application.

I have RTools installed and 64-bit Oracle Instantclient installed.
I executed the following from the Admin command line:

set OCI_LIB64 = C: / Oracle / instantclient_12_1_x64
set OCI_INC = C: / Oracle / instantclient_12_1_x64 / sdk / include
"C: / Program Files / R / R-3.0.0 / bin / x64 / R" CMD INSTALL --building ROracle_1. 1-10.tar.gz

I searched and found that this error was caused by building in mixed mode. That is, 32-bit R with a 64-bit Oracle client library or vice versa. I have been considering this for many (many) hours, and I believe that I am using the entire 64-bit (OS, R, Oracle client library). All trace messages seem to indicate 64-bit information.

Any thoughts on what I am missing?

+4
source share
1 answer

, Dependecy Walker, ROracle.dll . , ROracle.dll OCI x64 ( Oracle), x86, .

+1

All Articles