Skip to content
Prev 1237 / 1559 Next

Intermittent connectivity issues for RJDBC / Oracle

Regarding the message "cannot find -lclntsh",
and according to my old notes, it may be necesssary to to run

  genclntsh
  genclntst

in ORACLE_HOME/bin.

This creates or fixes the missing lib. Two of them, actually.
Note that it's an Oracle issue, not an ROracle issue.

This information was, at least in the past, in the INSTALL file in the
inst directory in the ROracle source distribution (it was there in
ROracle_0.5-9).

I have no idea if this is still necessary.

-Don