How to fix this warning

oraclesqlplus

SQL*Plus: Release 12.2.0.1.0 Production on Thu Sep 20 13:08:07 2018

Copyright (c) 1982, 2016, Oracle. All rights reserved.

Enter user-name: system
Enter password:
ERROR:
ORA-28002: the password will expire within 4 days

Every time I login into my database it shows this warning message of password gonna expire in .. days. Now its just 4 days left I don't know what to do to fix this warning.

Best Answer

Use the password command after logging in to change your password:

SQL> password
Changing password for SYSTEM
Old password:
New password:
Retype new password:
Password changed
SQL>