asmcmd error -- clsecho: No such file or directory

来源:互联网 发布:阳江网络问政 编辑:程序博客网 时间:2024/05/22 12:05

Question:

when using asmcmd ,encounter the error:

[cdccrs@node01 ~]$ asmcmdsh: /u01/app/base/product/12.1.0/dbhome_1/bin/clsecho: No such file or directorysh: /u01/app/base/product/12.1.0/dbhome_1/bin/clsecho: No such file or directoryConnected to an idle instance.sh: /u01/app/base/product/12.1.0/dbhome_1/bin/clsecho: No such file or directoryASMCMD> 


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 ~]$ asmcmdASMCMD> exit[cdccrs@node01 ~]$ asmcmd -pASMCMD [+] > 



原创粉丝点击