如何重置sysman的口令

php中文网
发布: 2016-06-07 16:52:33
原创
1166人浏览过

使用三层的Oem,更改了sysman的默认口令自己确忘记了,要重配资料库吗?当然没那么麻烦了,本文给出重启sysman口令的简单的方法。

使用三层的Oem,更改了sysman的默认口令自己确忘记了,要重配资料库吗?当然没那么麻烦了,本文给出重启sysman口令的简单的方法。

Environment:
Oracle Enterprise Manager 2.0.4
Oracle Enterprise Manager 2.0.5
Oracle Enterprise Manager 2.1
Oracle Enterprise Manager 2.2
Oracle Enterprise Manager 9.0.1


Symptom:
Logging into the Enterprise Manager Console as the superuser SYSMAN fails with
'Invalid Login Credentials Supplied'


Cause:
This problem occurs because an existing EM Superuser modified the SYSMAN
password or the password was forgotten. In either case, the EM Administrator
cannot logon to the EM Console or administer the Oracle Management Server
from the command line.

The procedure smp_maintenance.reset_sysman() (and script. "vduResetSysman.sql"
in OEM 2.0.4) resets the SYSMAN password to the default setting.
During the next EM Console logon attempt using the SYSMAN account,
the software forces a password change. The passwords are not logged in
history and can be reused. The password is limited to 8 characters and is
case-sensitive.


Fix:
Use the correct logon credentials.

1. When the Enterprise Manager (EM) OMS and Repository are new, the default EM
Administrator account and password are:

Name: sysman
Password: oem_temp

During this first logon attempt to the EM Console, a security warning will be
displayed prompting for a change to the default sysman password.

2. When the EM setup is not new and the account supplied in the logon window
previously worked, try using a different EM administrator account. If
necessary, use the SYSMAN account and then reset the invalid username's
password.

Note: The administrator name is not case sensitive, however, the password is
case sensitive.

If oem_temp is no longer the password for SYSMAN and you need to reset the
existing password back to oem_temp, perform. the following steps:


3. Obtain the username/password of the EM Repository owner. The username is
normally stored in the omsconfig.properties file but the password is
encrypted.

4. Shutdown the OEM Console login dialog box.

5. Shutdown the Oracle Management Server (OMS).

6. Connect to the Repository database, where the EM Repository is stored.
Connect as the EM Repository owner using SQL*Plus Worksheet, and choose the
option to "connect directly to a database" (or connect using SQL*Plus).

7. Execute the following SQL statement:

'execute smp_maintenance.reset_sysman();'

For OEM 2.0.4 execute the script. vduResetSysman.sql, for example:
csh% sqlplus repository_owner/password@mynode.world
Sqlplus> @$ORACLE_HOME/sysman/admin/vduResetSysman.sql;

Exit.

8. Restart the OMS and start the OEM Console.

9. Log in as the user SYSMAN and specify the password "oem_temp".
Change the default password when you are prompted. 

linux

最佳 Windows 性能的顶级免费优化软件
最佳 Windows 性能的顶级免费优化软件

每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。

下载
相关标签:
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号