Hi All,
There are times when it becomes compulsory to change the password of SAP Schema User. The older technique involves sql query which is not allowed in SAP enviroment.
The best practice to change SAPSR3 or SAP password is through BRTOOLS utility.
Step1: Login to Server as ORASID user.
Step2: brconnect -u / -f chpass -o -p
Ex: brconnect -u / -f chpass -o SAPSR3 -p new_password
In the above example,
-u / -- option means that authorization will be done from OS level user
SAPSR3 -- Represents Schema user in Normal SR3 system
-p -- New Password
Hope this will help many novice consultants.
Cheers,
Sharib Tasneem
There are times when it becomes compulsory to change the password of SAP Schema User. The older technique involves sql query which is not allowed in SAP enviroment.
The best practice to change SAPSR3 or SAP
Step1: Login to Server as ORASID user.
Step2: brconnect -u / -f chpass -o
Ex: brconnect -u / -f chpass -o SAPSR3 -p new_password
In the above example,
-u / -- option means that authorization will be done from OS level user
SAPSR3 -- Represents Schema user in Normal SR3 system
-p -- New Password
Hope this will help many novice consultants.
Cheers,
Sharib Tasneem
No comments:
Post a Comment