Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: user names are not matching to users in database
I appreciate your response Hans.
It works correctly when the username and password comes from hardcoded data from the console, "TestGad" code. I entered the data into the database as small letters. I will try tests with all capital letters.
N-.
HansF wrote:
> On Wed, 06 Dec 2006 14:40:18 -0800, Naccessible wrote:
>
> > username = "david";
> > password = "rachel";
>
> Are you being sting by case sensitivity? By default, the user name in
> Oracle is DAVID, not david. Ditto for password.
>
> --
> Hans Forbrich (mailto: Fuzzy.GreyBeard_at_gmail.com)
> *** Feel free to correct me when I'm wrong!
> *** Top posting [replies] guarantees I won't respond.
Received on Thu Dec 07 2006 - 11:48:45 CST