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




  • 相关阅读:
    To be a master II.
    To be a master.
    快速排序
    选择排序
    冒泡排序
    Myeclipse 2013 Pro 激活工具
    Java多线程
    设计模式:动态代理
    面向对象
    新安装mysql修改密码,远程访问授权
  • 原文地址:https://www.cnblogs.com/jeet/p/978231.html
Copyright © 2011-2022 走看看