Hi,
from my attempts to create a verify function in Oracle 10g to check if there is at least 1 character uppercase I noticed that it seems that into the verify function, the password is always passed all uppercase, because no check works (regexp, check with characters array).
It seems there is no way in 10g to check for password case, isn't it?
thank you.