Password can not be reuse in Oracle Database- Solution

 Password can not be reuse in Oracle Database - Solution



By providing below commands to profile , user will be able to change the password - 



alter profile_name default limit PASSWORD_REUSE_TIME UNLIMITED;

 alter profile_name default limit PASSWORD_REUSE_MAX unlimited;


Comments