asmcmd error -- clsecho: No such file or directory

Question:

when using asmcmd ,encounter the error:

[cdccrs@node01 ~]$ asmcmd
sh: /u01/app/base/product/12.1.0/dbhome_1/bin/clsecho: No such file or directory
sh: /u01/app/base/product/12.1.0/dbhome_1/bin/clsecho: No such file or directory
Connected to an idle instance.
sh: /u01/app/base/product/12.1.0/dbhome_1/bin/clsecho: No such file or directory
ASMCMD> 


Answer:

Since 11gR2, Oracle ASM is installed as a part of Oracle Grid Infrastructure. When, you invoke ASMCMD you should set your ORACLE_HOME and ORACLE_SID for ASM first and then invoke ASMCMD, This should work for you then.

In *nux systems:

For Example:

$ ORACLE_SID=+ASM
$ export ORACLE_SID
$ ORACLE_HOME=/u01/app/oracle/product/11.2.0/grid
$ export ORACLE_HOME

Try again:


[cdccrs@node01 ~]$ asmcmd
ASMCMD> exit
[cdccrs@node01 ~]$ asmcmd -p
ASMCMD [+] > 

扫描二维码关注公众号,回复: 6075401 查看本文章

自己解决:重新进入shell,然后即可。

猜你喜欢

转载自blog.csdn.net/w892824196/article/details/89491171