• 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




  • 相关阅读:
    剑指 Offer 59
    665. 非递减数列
    1423. 可获得的最大点数(滑动窗口)
    1208. 尽可能使字符串相等(双指针、滑动窗口)
    643. 子数组最大平均数 I(滑动窗口)
    剑指 Offer 52. 两个链表的第一个公共节点
    295. 数据流的中位数
    888. 公平的糖果棒交换(数组、哈希表)
    Seaborn绘图工具
    Office Politics
  • 原文地址:https://www.cnblogs.com/jeet/p/978231.html
Copyright © 2020-2023  润新知