ROracle installation :: Unable to load shared object error

前端 未结 1 1371
梦谈多话
梦谈多话 2021-01-13 07:26
  • I need to connect R to an Oracle database
  • Followed the instructions on https://cran.r-project.org/web/packages/ROracle/INSTALL, exactly, step by step
相关标签:
1条回答
  • 2021-01-13 08:12

    These two steps should fix it for you:

    1. Rename your "Path" environmental variable to "PATH"
    2. Install the ROracle package only after you have set the Oracle Instant Client in environmental variables. (Just run install.packages() again)
    0 讨论(0)
提交回复
热议问题