Tuesday 8 November 2016

How to change GLOGOWNER user password?


glogowner default password is glogowner , if changed nothing will happen.

The application doesn't login directly as glogowner, it logs in as glogdba and glogload,
so you can change the glogowner password without updating any property files. You'll just need to remember it when patching.


sqlplus "/as sysdba"

SQL> alter user glogowner identified by yourpassword;


Note : Changing glogowner password doesn't require any service to be shutdown.

The same way you can change the password of archive,reportowner and xmlreport user password.





No comments:

Post a Comment