change sysman pwd in oem cloud
-- Syntax to update sysman password in oms repository
oracle configurationintermediate
by OracleDba
12 views
-- Syntax to update sysman password in oms repository
1234567
-- Syntax to update sysman password in oms repository
./emctl config oms -change_repos_pwd -use_sys_pwd -sys_pwd -new_pwd < new sysman password>
-- Example (need only existing sys password)
./emctl config oms -change_repos_pwd -use_sys_pwd -sys_pwd oracle1234 -new_pwd oracle1234
-- Restart oms
./emctl stop oms
./emctl start omsPlease to add comments
No comments yet. Be the first to comment!