Error :
Unable to login with Schema User password or forgot the SAPSR3 password
Procedure:
brconnect -u system/<system_user_password> -f chpass -o SAPSR3 -p <password>
Note:
If you forgot the password of system user , it can be reset with the below sqlplus command
SQL> alter user system identified by <password>;
SQL> commit;
No comments:
Post a Comment