Getting Oracle Exception: ORA-1017: invalid username/password; logon denied

Posted by Paks on Stack Overflow See other posts from Stack Overflow or by Paks
Published on 2012-10-19T10:58:15Z Indexed on 2012/10/19 11:00 UTC
Read the original article Hit count: 177

I have tried so many thing but i can't resolve that Error.

I can connect with my username and password to:

Database in SQLDeveloper, in SQL-Plus, in Server-Explorer (Visual Studio 2008)

and all works fine.

But if i Compile my Project i get that Error. Why is that?

I tried to set case_sensitive to false, but the same error appears. I dont know what else to do.

My Oracle version:

Oracle Database 11g Express Edtiton Release 11.2.0.2.0 - Production PL/SQL Release 11.2.0.2.0 - Production CORE 11.2.0.2.0 Production TNS for 32-bit Windows: Version 11.2.0.2.0 - Production NLSRTL Version 11.2.0.2.0 - Production

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about visual-studio-2008