Reset OEM "sysman" password

OMS password could by reset by running a scripts.

How can I reset the SYSMAN password if I forgot it?

To reset the password of SYSMAN to the default oem_temp, you will need to
log on to SQL*Plus Worksheet as the OEM Repository ower. Then issue the
following:

UPDATE SMP_VDU_PRINCIPALS_TABLE
SET password = 'E5A264514813C63F09D3A127712E2AE229A8CF88724FF226'
WHERE UPPER(principal_name) = 'SYSMAN';

A script called vduResetSysman.sql, has been added to the OEMV2
installation, which contains this command. This script resides in the
"$ORACLE_HOME/SYSMAN/ADMIN" directory.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章