Skip to content
Prev 1386 / 1559 Next

Basic R to SQL considerations

I have a couple of things to add.

For the R-to-Oracle connection, the ROracle package appears to now be
supported by Oracle, which to me suggests some confidence in ongoing
future support. For more information, see
https://blogs.oracle.com/R/entry/r_to_oracle_database_connectivity

Another option is JDBC
(http://en.wikipedia.org/wiki/Java_Database_Connectivity), also mentioned
in the Oracle blog cited above. I have had success connecting to Oracle
using RJDBC from a Mac when other options were not available to me.
Quoting from the Oracle blog cited above, "Any database that supports a
JDBC driver can be used in connection with RJDBC." CRAN has both Mac and
Windows binaries for RJDBC.