I\'m trying to install ROracle package on my Windows 7 client. I have Oracle Instant client and Rtools installed, DBI package is istalled, OCI32_LIB environmental variable h
This is what worked for me:
Sys.setenv(OCI_LIB32="C:/oracle/product/12.1.0/client_1/BIN/") Sys.setenv(OCI_INC="C:/oracle/product/12.1.0/client_1/oci/include/") install.packages("ROracle")