Db2: Change a password
db2 "CONNECT TO <database> USER <userid> USING <password> NEW <new_password> CONFIRM <new_password>"
db2 "CONNECT TO wcprd1 USER wcs USING old_password NEW <new_password> CONFIRM <new_password>"
ALTER USER username IDENTIFIED BY new_password;
Comments
Post a Comment