`

emctl 提示 ora-28001 口令已经实效 解决办法

 
阅读更多
What to do when Enterprise Manager is not able to connect to
the database instance (ORA-28001)
If you are trying to connect to the Oracle enterprise Manger and you get the following errors:
Enterprise Manager is not able to connect to the database instance.
And in t
Enterprise Manager is not able to connect to the database instance.
And in the “Agent connection to instance” section:
Status: Failed
Details: ORA-28001: the password has expired (DBD ERROR: OCISessionBegin)
One of the reasons could be that the password for the SYSMAN user is expired. However, changing the password alone will not solve this issue. Several additional steps are required in order to make Oracle Enterprise Manager connect:
Before you start: Verify that ORACLE_HOME, ORACLE_SID environment variables are set. – If not, set them using as  environment variables or open a command line and type SET ORACLE_SID=<The database SID>
1. Stop the dbconsole: emctl stop dbconsole (dos and Unix) or  using the windows services stop the OrcleDBConsole<The database SID>.
2. Connect to the database as a user with DBA privilege with SQL*Plus
and run the following command:
alter user sysman identified by <the new password> ;
3. Verify that the new password works
SQL> connect sysman/<the new password>
4. Go to ORACLE_HOME/<HostName_SID>/sysman/config and save a backup of the emoms.properties file.
a) Open the file emoms.properties and search for:
oracle.sysman.eml.mntr.emdRepPwd= <some encrypted value>
Replace the encrypted value with the new password value
b) Search for oracle.sysman.eml.mntr.emdRepPwdEncrypted=TRUE
and change TRUE to FALSE
c) Save and close emoms.properties
5. Restart the dbconsole:
emctl start dbconsole (dos and Unix) or  using the windows services start the OrcleDBConsole<The database SID>.
6. Open  emoms.properties again and Search for:
a)oracle.sysman.eml.mntr.emdRepPwd=
verify  that the password is encrypted
b) oracle.sysman.eml.mntr.emdRepPwdEncrypted=
verify  that the value is set to  TRUE
7. Refresh Oracle Enterprise Manager
分享到:
评论

相关推荐

    oracle10g10204or05-em无法启动解决办法

    一种方法:先解压缩patch 8350262,然后把解压缩后的文件(解压缩后根目录下的文件及文件夹零散拷出来,不要拷目录)拷到oracle安装目录下的Opatch下,然后运行cmd&gt;opatch apply,如果提示没有oracle home,执行set ...

    oracle oracleDBConsoleOcl服务无法启动解决办法

    ### Oracle DBConsoleOcl 服务无法启动解决办法详解 #### 问题概述 在Windows操作系统下,用户遇到Oracle DBConsoleOcl服务无法启动的问题。具体表现为系统提示“Windows不能在本地计算机上启动OracleDBConsoleorcl...

    Oracle11g_新特性及常用维护工具详解

    - **3.1.1 oracle数据库时提示“ORA-28002:7天之后口令将过期”** - **3.1.2 Oracle11g版本中密码大小写敏感** - **3.1.3 数据库alert日志中报ORA-1654:unable to extend index SYS.I_AUD1错误** - **3.2 oracle...

    Oracle OEM无法启动问题的解决办法

    ### Oracle OEM 无法启动问题详解及解决方法 #### 一、问题概述 Oracle Enterprise Manager (OEM) 是Oracle提供的一款用于管理和监控Oracle数据库环境的强大工具。然而,在实际部署和使用过程中,用户可能会遇到...

    Oracle安装单机后自启动参数配置.txt

    #!/bin/bash # chkconfig: 345 99 10 # description: Startup Script for Oracle...su - $ORA_OWNR -c "$ORACLE_HOME/bin/emctl start dbconsole" #su - $ORA_OWNR -c "$ORACLE_HOME/bin/isqlplusctrl start" echo "OK

    Oracle\oracle_EM无法正常登陆解决方案

    ### Oracle EM 无法正常登录解决方案 #### 问题背景与描述 在使用Oracle 10G的企业管理器(Enterprise Manager, 简称EM)时,可能会遇到无法正常登录的情况。具体表现为,在浏览器地址栏输入`...

    Oracle安装出现的错误以及解决办法

    本文将详细介绍在安装Oracle过程中可能遇到的错误及其解决办法。 #### 二、常见错误及解决办法 ##### 错误1:安装程序无法识别操作系统版本 **描述**:在安装过程中,Oracle安装向导可能无法正确识别Win7 64位操作...

    Oracle 13c OEM 安装使用手册.docx

    建议按照官方文档进行安装,确保所有必要的软件包都已经正确安装。 **2.2 Oracle Management Agent 依赖** Oracle Management Agent 同样依赖于一些软件包,这些包可以通过 YUM 进行安装。具体包括: - Oracle ...

    oracle_10g提示java.lang.Exception_Exception_in_sending_Request__null解决方案

    ### Oracle 10g 提示 java.lang.Exception: Exception in sending Request :: null 解决方案 在使用Oracle 10g的过程中,部分用户可能会遇到一个特定的问题:在登录企业管理器(Enterprise Manager, EM)时,系统会...

    Oracle10g控制台无法启动的解决方案

    #### 四、其他可能的原因及解决办法 除了上述两个主要问题外,还有其他一些可能导致Oracle10g控制台无法启动的因素,例如权限问题、监听器配置错误等。 - **权限问题**:确保启动控制台的用户具有足够的权限。 - *...

    linux下oracle常用命令

    使用`dbstart`命令可以启动一个已经存在的Oracle数据库实例。该命令通常位于Oracle产品的bin目录下,例如: ```bash $ORACLE_HOME/bin/dbstart ``` 其中`$ORACLE_HOME`是指向Oracle产品安装目录的环境变量。 3...

    oracle重建EM

    完成这些步骤后,通过`emctl start dbconsole`命令启动数据库控制台,如果看到"服务已经启动成功"的提示,就表明EM已经成功重新配置。EMCA命令提供了多种操作选项,如创建、删除、重新配置和备份等,可以根据实际...

    oracle修改机器名后不能启动Console的解决方案

    - 首先确保已经更改了`ORACLE_HOME`目录下的`tnsnames.ora`和`listener.ora`文件中的主机名配置,使之与新主机名一致。 - 检查并更新环境变量`ORACLE_SID`。可以通过命令行输入`set ORACLE_SID=orcl`来临时设置...

    linux 10.2.0.1-10.2.0.5

    - `#emctl stop dbconsole` - 再次确认所有服务已正确启动。 通过以上步骤,您可以在 Linux 平台上顺利完成 Oracle 数据库从 10.2.0.1 到 10.2.0.5 的升级。在整个过程中,请确保遵循官方文档提供的指导,以避免...

    oracle OCA 基本问题总结

    $ORACLE_HOME/bin/emctl start dbconsole ``` 启动后,可以通过浏览器访问 http://localhost.localdomain:5500/em/console/aboutApplication ,这将打开 EM 控制台的页面。 ##### 2. 使用 EM 控制台 访问 EM 控制台...

    oracle更改IP后重建EM

    - 若出现“服务已经启动成功”的提示,则表示EM重建成功。 #### 四、EMCA命令参数详解 - `-h | --h | -help | --help`: 显示帮助信息。 - `-version`: 显示版本信息。 - `-config dbcontrol db`: 配置数据库的...

    ORACLE11G技术文档

    Oracle 11g 技术文档涵盖了数据库管理中的一些关键问题和解决方案,这对于从事 Oracle 管理的人员来说是非常有价值的资源。以下是针对文件中提到的一些知识点的详细说明: 1. **验证数据库安装**: 使用 SQL 查询 ...

    oracle dbconsole解决办法

    要解决这个问题,你需要进入“本地安全设置”,选择“本地策略”下的“用户权利指派”,然后在“作为批处理作业登录”的设置中,确保“administrator”用户已经被包含在内。这将允许管理员用户通过Oracle Enterprise...

    Linux平台下启动oracle 11g EM控制台

    Oracle Enterprise Manager (EM) 是一套综合管理解决方案,用于监控、管理和优化 Oracle 数据库及中间件产品。Oracle 11g 的 EM 控制台是一个基于 Web 的图形界面工具,允许用户远程管理和监控 Oracle 数据库实例。...

Global site tag (gtag.js) - Google Analytics