How do I change the Oracle User Password for Applications Manager?
search cancel

How do I change the Oracle User Password for Applications Manager?

book

Article ID: 90076

calendar_today

Updated On:

Products

CA Automic Applications Manager (AM)

Issue/Introduction

How do I change the Oracle User Password for Applications Manager?

Environment

Release: AAMORS99000-9.0-Automic Applications Manager-Oracle - RMS
Component:

Resolution

Symptoms

When you change theOracle password for the Applications Manager user, the old password stays inthe Applications Manager database and needs to be updated and re-encrypted.


Resolution

1.Stop all Applications Manager Master processes:

Stopsoall

2. Loginto the AM database with the new credentials:

SQL>update so_ids set so_encrypted = 'N' where so_login = '<AM Oracleuser>'; 

commit; 

3. Exitsqlplus. 

 

4.Makea backup and delete the Masters.properties file in the AW_HOME#/datadirectory. 

 

5.Run awinstall, select "yes" to the "is everything correct?"prompt, enter in the new password when prompted, selection option 1 forinstall/update, and allow process to finish. 

Afterthe installation has been completed run the following command:

awexeid_recrypt


6.Start up all processes.