Skip to content

tomazweiss/roracle_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Adding ROracle package to the rocker/tidyverse Docker image

ROracle is an open source R package supporting a DBI-compliant Oracle driver based on the high performance OCI library. It enables highly scalable and performant connectivity to Oracle Database for data transfer. The installation of this package, however, can be a bit challenging.

This repo provides a Dockerfile, based on the rocker/tidyverse image, that adds ROracle package. A similar script can be used to add this package to a non-dockerized Ubuntu system.

Before building the image, the user should create a subfolder oracle with the following files:

  • oracle-instantclient-basiclite-21.13.0.0.0-1.el8.x86_64.rpm
  • oracle-instantclient-devel-21.13.0.0.0-1.el8.x86_64.rpm
  • ROracle_1.4-1_R_x86_64-unknown-linux-gnu.tar.gz

These files can be downloaded from:

A free Oracle account may be required for access. Depending on your Oracle and R installations, different package versions may be needed.

About

adding ROracle package to rocker/tidyverse Docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published