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




  • 相关阅读:
    快速指引(CDH6.3.2)
    gRpc 跨语言调用(NetCore 与 Spring Boot)
    Windows 极简利器
    Jenkins 于Docker 中源配置
    Kettle 问题
    在 Ubuntu 下直接将二进制文件制作成 rpm 包
    麒麟常见问题
    基于jssip的简单封装
    带有handleEvent的eventEmitter
    js集锦
  • 原文地址:https://www.cnblogs.com/jeet/p/978231.html
Copyright © 2011-2022 走看看