Rstudio is unable to load Library ORE. I get following error
( I have used all install steps described in Oracle® R Enterprise , User's Guide Release 11.2 for Linux, Solaris, AIX, and Windows
E26499-05. Any help is appreciated.)
library("ORE")
Loading required package: OREbase
Loading required package: ROracle
Loading required package: DBI
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/usr/lib64/R/library/ROracle/libs/ROracle.so':
libclntsh.so.11.1: cannot open shared object file: No such file or directory
Error: package 'ROracle' could not be loaded
Thanks