Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Case sensitive user name

447967Jun 28 2011 — edited Jun 28 2011
If 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?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 26 2011
Added on Jun 28 2011
10 comments
17,924 views