mandatory argument 'crshome' is missing
Posted halberd-lee
tags:
篇首语:本文由小常识网(cha138.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的主要内容,如果未能解决你的问题,请参考以下文章
C语言编译提示“invalid type argument of `unary *'”
c语言写scanf("%d",(int)&num);提示错误but argument 2 has type 'int'
[ERROR] You have enabled the binary log, but you haven't provided the mandatory server-id....
JavaScript之函数的实际参数(实参)和形式参数(形参)arguments(实参)(a, b, c, d)(实参)字面量定义具名函数
ERROR You have enabled the binary log, but you haven't provided the mandatory server-id
Format specifies type 'int' but the argument has type 'struct node *'