Error: role "RQADMIN" is required to perform this operation
运行ore.groupApply(IRIS_TABLE, IRIS_TABLE$partition, function(y) {...}, parallel = TRUE)
提示
Error: role "RQADMIN" is required to perform this operation
解决
sqlplus c##RQUSER/rquser@pdborcl
grant RQADMIN to c##rquser;
评论
发表评论