Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Password verification routine
Hi,
I'm testing a password verification routine. It is working when connected as sys, but failed every time when connected as another user. I've adapted the verify_function function from utlpwdmg.sql script. The error message is "ORA-28003: password verification for the specified password failed" even when giving a good password.
I've created a dummy password verification routine which always return true and it's failing also when not connected as sys.
Anybody ?
TIA