Sets the minimum length for new passwords in the database.
Integer, greater than or equal to zero.
The value is in bytes. For single-byte character sets, this is the same as the number of characters.
Can be set for the PUBLIC group. Takes effect immediately. DBA permissions are required to set this option.
0 characters
This option allows the database administrator to impose a minimum length on all new passwords for greater security. Existing passwords are not affected.
Set the minimum length for new passwords to 6 bytes.
SET OPTION PUBLIC.MIN_PASSWORD_LENGTH = 6