How to create Oracle database application end-user password complexity function
Hi,
We need to follow the below policy to create a new profile for Oracle database(19.11 version on Solaris 5.11 host) application users' password setting:
- The password contains no fewer than 24 characters and includes at least one numeric and one alphabetic character.
 - The password is not the same as the user name or the user name reversed.
 - The password is not the same as the database name.
 - The password does not contain the word oracle (such as oracle123).
 - The password differs from the previous password by at least 8 characters.
 - The password contains at least 1 special character.
 
Can you advise Oracle doc or right steps that I can follow up?
0