cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the default password of Oracle system user id

Former Member
0 Kudos

Our auditor wants us to change the default password "manager" of Oracle system user id. We don't know if changing the default password of the Oracle system user will have any adverse effect on starting or stopping SAP.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

use sqlplus :

sqlplus / as sysdba

ALTER USER SYSTEM IDENTIFIED BY <new_password>;

There is no impact on starting and stopping SAP.

Hope this helps

Thanks,

Sushil

Former Member
0 Kudos

Your answer is great. Thanks for your help !

Former Member
0 Kudos

No, it will not have any adverse effect on starting or stopping SAP

We change it every 2 months

Former Member
0 Kudos

We will change it according to your advice. Thanks !

former_member204746
Active Contributor
0 Kudos

to be on the safe side, use brtools to do this task:

brconnect -c -u / -f chpass -o SYSTEM -password WhaTeVeR