Home > Database > Mysql Tutorial > sysman密码过期导致oem无法使用

sysman密码过期导致oem无法使用

WBOY
Release: 2016-06-07 17:34:28
Original
962 people have browsed it

由于SYSMAN用户密码过期导致OEM(ORACLE 企业管理器)无法正常工作处理方案

Linux公社

首页 → 数据库技术

背景:

阅读新闻

sysman密码过期导致oem无法使用

[日期:2014-01-03] 来源:Linux社区  作者:weijunkai [字体:]

2013-09-29 09:29:47,309 [HTTPThreadGroup-5] ERROR eml.OMSHandshake processFailure.808 - OMSHandshake failed.(AGENT URL = https://szpms1:1830/emd/main)(ERROR = INTERNAL_ERROR)(CAUSE =java.sql.SQLException: ORA-28000: the account is locked
2013-09-29 09:29:47,856 [HTTPThreadGroup-5] ERROR conn.ConnectionService verifyRepositoryEx.891 - Invalid Connection Pool. ERROR = ORA-28000: the account is locked

由于SYSMAN用户密码过期导致OEM(Oracle 企业管理器)无法正常工作处理方案
1.在所有节点停止OEM服务
  emctl stop dbconsole
 
  停止之后确认状态
  emctl status dbconsole


2.进入数据库修改sysman用户密码
  alter user sysman identified by passw0rd;
  alter user sysman account unlock;

3.进入每个节点修改配置文件emoms.properties
  目录 $ORACLE_HOME/${HOSTNAME}_${ORACLE_UNQNAME}/sysman/config
  cd /oracle/11gr2/szpms1_szpmsdb/sysman/config
  cd /oracle/11gr2/szpms2_szpmsdb/sysman/config
 
  oracle.sysman.eml.mntr.emdRepPwd=c509e4dc8aa740d7  --密码改为新修改的密码
  oracle.sysman.eml.mntr.emdRepPwdEncrypted=TRUE    --TRUE改成FALSE

4.在所有节点重新开启OEM服务
  emctl start dbconsole 

 

linux

  • 0
  • RAC 集群重新配置OCR和vote disk (11.2.0.1.0)

    Oracle 11g客户端安装在构建客户机共享库报错

    相关资讯       sysman 

  • 如何重置sysman的口令  (08/29/2008 08:15:52)
  • 图片资讯      

    本文评论   查看全部评论 (0)

    评论声明

    最新资讯

    本周热门

    Linux公社简介 - 广告服务 - 网站地图 - 帮助信息 - 联系我们
    本站(LinuxIDC)所刊载文章不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。


    Copyright © 2006-2011 Linux公社 All rights reserved 浙ICP备06018118号

    Related labels:
    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template