R and Oracle – connection via RJDBC (Debian 8 Jessie Beta2)

As R language is taken as one of the best analytics languages/tools in general, databases can‘ t be overlooked. Article is focused on very simple connection example for connecting R with Oracle database.

Prerequisities

1) Java JDK – and you need to know the path where it is located.

2) Oracle JDBC driver located in your system – you can download 11.2.0.4 from this page.

3) RJDBC package (install.packages("RJDBC") within R interactive shell) with its dependencies (rJava, DBI, etc.).

 

Here we go

-a-

 

This entry was posted in Applications. Bookmark the permalink.

Comments are closed.