专著oracle 技术
记录维护生产数据库的点点滴滴....
启动oracle 10g asmcmd
上一篇 /
下一篇 2008-04-09 20:07:15
/ 个人分类:Oracle DBA
[oracle@db4 ~]$ asmcmd -p
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "EN_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "EN_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
asmcmd: command disallowed by current instance type
[oracle@db4 ~]$
[oracle@db4 ~]$
[oracle@db4 ~]$ export LANGUAGE=zh_CN
[oracle@db4 ~]$ export LC_ALL=zh_CN
[oracle@db4 ~]$ asmcmd -p
asmcmd: command disallowed by current instance type
-- 这里要export asm 实例的sid
[oracle@db4 ~]$
[oracle@db4 ~]$ export ORACLE_SID=+ASM2
[oracle@db4 ~]$ asmcmd -p
ASMCMD [+] > ls
DG1/
RECOVERYDEST/
ASMCMD [+] > cd DG1
ASMCMD [+DG1] > ls
RACDB/
ASMCMD [+DG1] >
导入论坛
引用链接
收藏
分享给好友
推荐到圈子
管理
举报
TAG: