Modify verify function
Hello!
We have an external auditing, and we have to raise the security level on our databases by raise the password length from 8 character to 12.
The password lenght managed by the VERIFY_FUNCTION under the SYS schema.
I have tried to change the number 8 -> 12, and compile the function, but not works.
Can I modify this function at all? Or have to create a new function with new value (12)?
Oracle database standard 12C
Thanks in advance.
Zsolt