Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Need to implement password composition restrictions - 28003 issue with VERIFY_FUNCTION
> We receive ORA-28003 messages when users try to
>
> ALTER USER self IDENTIFIED BY password;
>
> After implementing VERIFY_FUNCTION in the profile in 8.1.6. and above.
According to the docs:
Cause: The new password did not meet the necessary complexity specifications
and the PASSWORD_VERIFY_FUNCTION failed.
So I would start by debugging your verify function. Received on Sat Jun 02 2001 - 19:46:54 CDT
![]() |
![]() |