Thanks for the reference.
I'm aware of ROracle being a different beast, and setting them up in Windows/Linux is always a pain; hence, I was hoping QuickStart may have all this setup already (it is Pro service after all
).
I followed the guide, installed Oracle instantclient, but stuck at this step, and I suspect it may be to do with RS Pro driver setup:
rstudio@rstudio-quickstart:/opt/rstudio-drivers/oracle$ ls -l
total 20
drwxr-xr-x 3 root root 4096 Sep 27 2017 bin
drwxr-xr-x 2 root root 4096 Sep 27 2017 docs
-rw-r--r-- 1 root root 437 Sep 27 2017 LICENSE
drwxr-xr-x 2 root root 4096 Sep 27 2017 setup
drwxr-xr-x 2 root root 4096 Sep 27 2017 snippets
Given that /lib doesn't exist in that folder, the following returns error:
rstudio@rstudio-quickstart:~$ ln -s /usr/lib/oracle/19.3/client64/lib/* /opt/rstudio-drivers/oracle/lib/
ln: target '/opt/rstudio-drivers/oracle/lib/' is not a directory: No such file or directory