zoukankan      html  css  js  c++  java
  • ORACLE 10G EM错误解决

    客户部署的REDHAT LINUX AS5 + ORACLE 10 RAC安装时EM正常访问客户sys密码通过WEBEM英文版本"The database status is currently unavailable. It is possible that the database is in mount or nomount state. Click 'Startup' to obtain the current status and open the database. If the database cannot be opened, click 'Perform Recovery' to perform an appropriate recovery operation."中文数据库状态当前不可用。可能是因为数据库的状态为装载或不装载。单击 '启动' 可以获得当前状态并打开数据库。如果无法打开数据库, 单击 '执行恢复' 可执行相应的恢复操作。确认Listener服务正常数据状态dbconsole配置
    解决方法如下:
    1停止dbconsole
    [oracle@abcca2210028 ~]$ emctl stop dbconsole
    查看状态确认dbconsole停止
    [oracle@abcca2210028 ~]$ emctl status dbconsole

    2、修改sysman用户密码密码oracle123
    [oracle@abcca2210028 ~]$ sqlplus / as sysdba
    SQL> alter user sysman identified by oracle123
      2  /

    用户
    SQL> alter user sysman account unlock
      2  /

    确认密码修改
    SQL> conn sysman/oracle123@csc
    Connected.

    3$ORACLE_HOME/host_sid/sysman/config目录
    a. emoms.propertiesemoms.properties.old
    b. 修改emoms.properties
    oracle.sysman.eml.mntr.emdRepPwd=等于加密字串替换更改密码oracle123;
    oracle.sysman.eml.mntr.emdRepPwdEncrypted=TRUE TRUEFALSE
    4dbconsole访问EM恢复正常
    [oracle@abcca2210028 ~]$ emctl start dbconsole




  • 相关阅读:
    找细胞(题解)
    关于dfs
    奇怪的电梯(题解)
    信息解码(Message Decoding ACM/ICPC 1991)
    查找最大元素
    8皇后问题(dfs)
    如何利用dfs遍历树
    dfs(计算细胞数量)
    决策树减支问题(优化)dfs减支问题
    组合数问题
  • 原文地址:https://www.cnblogs.com/jeet/p/978231.html
Copyright © 2011-2022 走看看