Oracle   发布时间:2022-05-17  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了mandatory argument 'crshome' is missing大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

1. 错误信息

在Oracle  10.2.0.4 to 11.1.0.6 的各个版本中,尽管变量ORA_CRS_HOME设置正确,也会遇到如下错误:

# ./diagcollection.pl -collect
Production copyright 2004,2005,Oracle. All rights reserved
Cluster Ready services (CRS) diagnostic collection tool
Mandatory argument ‘crshome’ is missing.

 

2. 问题确认

This is a kNown BUG:
BUG 6899547 – DIAGColLECTION.PL FAILS WITH MANDATORY ARGUMENT ‘CRSHOME’ IS MISSING

 

3. 解决方案

Workaround:
The workaround is simply to add the crs home to the command as follows:

#export OracLE_HOME=/u01/Oracle/app/Oracle/product/10.2.0/db
#export ORA_CRS_HOME=/u01/Oracle/app/Oracle/product/10.2.0/crs
#./diagcollection.pl --collect --all --crshome $ORA_CRS_HOME

This BUG affects 10.2.0.4 and 11.1.0.6 releases for all platforms. This BUG has been fixed in 11.1.0.7.

大佬总结

以上是大佬教程为你收集整理的mandatory argument 'crshome' is missing全部内容,希望文章能够帮你解决mandatory argument 'crshome' is missing所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: