第一处,Unzip ore-linux-x86-64-1.1.zip to your local system. This creates the directory ore-linux-x86-64-1.1/supporting containing these three files:
这里应该是ore-supporting-linux-x86-64-1.1.zip
第二处,R CMD INSTALL DBI_0.2-5_R_x86_64-unknown-linux-gnu.zip,在安装library时,应使用root权限,负责会报出错
第三处,在install R server之前,数据库应该处于启动状态,否则检查ORE时会不通过
第四处,在ore.connect函数中,最后一个参数all<-TRUE不要加,否则连接不上,会报错ORA-12514,正确的方法是
> ore.connect("scott","orcl","oracledb","tiger",1521)

本文详细介绍了在本地系统上安装并配置Ore库的过程,包括解压zip文件、使用root权限安装library、确保数据库处于启动状态以及正确使用ore.connect函数避免错误。
4028

被折叠的 条评论
为什么被折叠?



