This is the command to change password of Oracle Database User :
From BRTOOLS= BRTOOLS -> 8 – Additional functions -> 4 – Change password of database user -> continue, then you can type your new password as below (ex, SID = DEV):
BR0801I BRCONNECT 7.00 (18)
BR0280I BRCONNECT time stamp: 2009-07-14 01.52.04
BR0263I Enter password for database user ‘SAPDEV’ (maximum 30 characters):_
or you can type quick brconnect command :
brconnect [-u system/<system_password>] –f chpass –u <user_name>
sqlplus “/as sysdba”alter user ‘username’ identified by ‘password’;
Filed under: BRTOOLS, SAP - Oracle, SAP DATABASE TOOLS, SAP Tips and Tricks Tagged: | BRTOOLS, DB User, password, SAP






