dba_usersでユーザーのプロファイルを確認。
dba_profilesでプロファイル内容を確認。
該当プロファイルを変更。
alter profile [DEFULT] limit password_life_time unlimited;
上記更新後、ユーザーのパスワードを更新した方がいい。
alter user [UserName] identified by [Password];
dba_usersでユーザーのプロファイルを確認。
dba_profilesでプロファイル内容を確認。
該当プロファイルを変更。
alter profile [DEFULT] limit password_life_time unlimited;
上記更新後、ユーザーのパスワードを更新した方がいい。
alter user [UserName] identified by [Password];