Ändern des SYSMAN Passworts für Cloud Control 12c und Oracle Management Repository
In früheren Versionen vom Enterprise Manager war das ändern des SYSMAN Passworts im OMR - Oracle Management Repository - und somit für das OMV - Oracle Management Server- komplizierter. Seit Cloud Control 12c geht dies sehr einfach mit den folgenden Schritten vom OMS Server, als Oracle Benutzer mit dem Enviromnent für den OMS, aus:
Wenn man das aktuelle Passwort von SYSMAN kennt
emctl stop oms
emctl config oms -change_repos_pwd
...
emctl stop oms -all
emctl start oms
Wenn man das aktuelle Passwort von SYSMAN nicht kennt
emctl stop oms
emctl config oms -change_repos_pwd -use_sys_pwd -sys_pwd <sys user pwd> -new_pwd <new sysman pwd>
...
emctl stop oms -all
emctl start oms