System generates random password |
This requirement makes the assumption that
most administrator-assigned passwords are easy to guess, as they
are either the same every time or follow a pattern. Therefore,
the system assigned passwords should be random. In Oracle,
however, the better option is to assign a password and expire it
immediately. When the user logs in, he will be prompted for a
new password, thus eliminating the need to have a random system
generated password. |