Note: | You may be required to perform password maintenance tasks. Since such
tasks are required at the server, and many users are not able or comfortable
working with the server environment, carrying these tasks can pose a
significant challenge. DB2 UDB provides a way to update and verify
passwords without having to be at the server. For example, DB2 for
OS/390 Version 5 supports this method of changing a user's
password. If an error message SQL1404N "Password expired" is
received, use the CONNECT statement to change the password as follows:
CONNECT TO <database> USER <userid> USING <password>
NEW <new_password> VERIFY <new_password>
The "Password change" dialog of the DB2 Client Configuration
Assistant (CCA) can also be used to change the password. For more
information about these methods of changing the password, refer to the SQL Reference and the CCA online help.
|