DBA Hub

📋Steps in this guide1/1

change sysman pwd in oem cloud

-- Syntax to update sysman password in oms repository

oracle configurationintermediate
by OracleDba
12 views
1

change sysman pwd in oem cloud

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
-- 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 oms

Comments (0)

Please to add comments

No comments yet. Be the first to comment!