Mixed -Case Passwords?
406678Oct 16 2003 — edited Oct 17 2003Is it possible to create users with mixed-case passwords? For example, CREATE USER "User01" IDENTIFIED BY "SaMpLePaSsWoRd";
The documentation for Oracle 9.2 says this is possible and recommended but running the command above via SQL*Plus does not seem to work because I am able to login to the database no matter if I type it exactly as above or all UPPER CASE or lower case.
If there is no way to do this then my application cannot comply with our security standards and I need to choose a database other than Oracle