- Connect to the database(repository) server via ssh.
- Describe ORACLE_SID and ORACLE_HOME variables.
- Connect to the database without password and with sysdba privilege:
sqlplys /
as sysdba
- Change sys user password:
alter user
sys identified by <sys password>;
…
1. Stop all OMS processes
1. Stop all OMS processes
cd /u01/app/oracle/OMS/fmw/bin/
emctl stop oms
emctl stop oms
2. Change the SYSMAN password:
cd <oms home>/bin
emctl config oms -change_repos_pwd -use_sys_pwd -sys_pwd <sys password> -new_pwd <new sysman password>
emctl config oms -change_repos_pwd -use_sys_pwd -sys_pwd <sys password> -new_pwd <new sysman password>
3. Stop the Admin Server on the
primary OMS and restart OMS:
cd /t02/app/oracle/OMS/fmw/bin/
emctl stop oms -all
$ ./emctl start oms
emctl stop oms -all
$ ./emctl start oms
4. Check that oms is up and running:
cd /t02/app/oracle/OMS/fmw/bin/
emctl status oms -details
No comments:
Post a Comment