Case sensitive user name
447967Jun 28 2011 — edited Jun 28 2011If I create user whith case sensitive name (double quoted) then registred whith case sensitive name to database.
But at login (api or sqlplus) the username converted to uppercase and then compared whith case sensitive algo. Looks like do not make sense the sec_case_sensitive_logon true or false.
Therefore not possibe to login if the username contain non uppercase characters.
Reamark: All of the examples does not quote the username. As result registred to database whith uppercase lettres. In that case polssible to login whit any conbination of upper/lower case user name.
Any idea how to possible register and login mixed case username?