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




  • 相关阅读:
    Flutter
    Flutter
    Flutter
    使用Sublime Text 3作为React Native的开发IDE
    新建React Native项目步骤
    【一些容易忘记的node的npm命令】【收集】
    前端异步的一种方法库:axios
    【react】兄弟组件的通信方式,传统非redux
    【js】关于闭包和匿名函数
    【js】手机浏览器端唤起app,没有app就去下载app 的方法
  • 原文地址:https://www.cnblogs.com/jeet/p/978231.html
Copyright © 2011-2022 走看看