已确保安装的ORACLE_BASE目录是属于grid:oinstall 但安装时总是报:OUI-10182 The effective user ID does not match the owner of the file .......... --------------------------------------------------- 解决方法:用root帐户在/etc下建立文件oraInst.loc,并写入以下内容: inventory_loc=/u01/app/oraInv…
[ERROR] Please refer to E:\maven\web_nanchang\target\surefire-reports for the individual test results. 解决方法: 这是因为测试代码时遇到错误,它会停止编译.只需要在pom.xml的<project>里添加以下配置,使得测试出错不影响项目的编译. <build> <plugins> <plugin> <grou…