第一处,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)