java.sql.SQLException: ORA-28001: the password has expired
ALTER USER 用户名 IDENTIFIED BY "密码" ACCOUNT UNLOCK;
用system用户进行执行
java.sql.SQLException: ORA-28001: the password has expired
ALTER USER 用户名 IDENTIFIED BY "密码" ACCOUNT UNLOCK;
用system用户进行执行