ISSUE
ORA-28001: the password has expired
REASON
This error may occur if the password the for user expired.
SOLUTION
1. Login as sysdba user
2. Enter the below SQL Command
ALTER USER username IDENTIFIED BY password;
Learning the Java, Design Patterns, Spring Framework in simple way with working examples.
No comments :
Post a Comment