Page 1 of 1

Connect with quoted username

Posted: Tue 15 Jan 2013 22:18
by jfudickar
Hi,

why is it needed to quote a username like "jens.fudickar" in the logon dialog?

I thought it was possible to connect without the quotes in older releases.

Regards
Jens

Re: Connect with quoted username

Posted: Wed 16 Jan 2013 09:00
by AlexP
Hello,

This is the correct behaviour: case-sensitive usernames and usernames containing special characters must be double-quoted. Such behaviour is implemented in other applications working with Oracle, including standard SQLPlus and Oracle SQL Developer.

Re: Connect with quoted username

Posted: Wed 16 Jan 2013 09:15
by jfudickar
.but it should be possible to add the quotes automaticly when something like a a dot is included.รค
This would be user friendly.

Regards
Jens

Re: Connect with quoted username

Posted: Wed 16 Jan 2013 09:52
by AlexP
Hello,

Since Oracle supports case-sensitive usernames, we cannot quote usernames automatically, as, the case, in which a username was entered, will be used. Moreover, this will be components behaviour change, that can lead to errors in working applications.