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
On 03 Jun 2001 00:46:54 GMT, "wayne" <no_at_email.please.com> wrote:
>> 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.
>
>
We have not altered the function from the one provided from Oracle. I have searched MetaLink and though the error message does say what you found, that is not the true cause. What is happening is that the user can not use ALTER USER username IDENTIFIED BY password. Oracle is trying to move away from that due to security concerns.
Still, anyone out there with a solution. We need to meet the audit point. Received on Sun Jun 03 2001 - 12:54:32 CDT
![]() |
![]() |