Sometimes you need to change the oracle profile by removing password verification function to let the user re-use the same password to maintain the application operations (although this is not a good practice).
Command used:
alter profile profilename limit password_verify_function null;
where profilename: is the name of the profile in your database.