为oracle创建一个账号怎么得到Oracleclustername?Oracle解锁!

怎么得到Oracleclustername?Oracle解锁!

APPLIES TO:

Oracle Database – Enterprise Edition – Version 10.1.0.2 and later
Information in this document applies to any platform.
Information in this document applies to any platform.

GOAL

How to find out the cluster name after Oracle clusterware installed?

SOLUTION

One can use cemutlo command.

cd $CRS_HOME/bin
./cemutlo -h <=== will list all the options
Usage: ./cemutlo.bin [-n] [-w]
where:
-n prints the cluster name
-w prints the oracle账号clusterware version in the following format:
::

Output example:

./cemutlo -n
clustergp1 <=== cluster name, default cluster name is "crs"

[grid@hosta ~]$ which cemutlo/u01/app/11.2.0/grid/bin/cemutlo[grid@hosta ~]$ cemutlo -norcl-cluster[grid@hosta ~]$ 

Oracle解锁

alter user test account unlock;

 

此条目发表在oracle metalink账号分类目录,贴了标签。将固定链接加入收藏夹。