I am getting error when i used the following command,
create profile my_profile limit
sessions_per_user 1
idle_time 5
failed_login_attempts 3
password_life_time 7
password_resue_time 10
password_verify_function verify_function;
ORA-07443 : FUNCTION VERIFY_FUNCTION NOT FOUND
Can you please expalin password_reuse_time and password_verify_function?