Solution for ora-1017 error for odp.net 2.111.7.0 ?
Posted
by Prithis
on Stack Overflow
See other posts from Stack Overflow
or by Prithis
Published on 2010-06-14T13:08:24Z
Indexed on
2010/06/14
13:12 UTC
Read the original article
Hit count: 206
Hi,
As you are aware Oracle 11g has new facility of case sensitive password. We want to make use of it. When my C# application connects to oracle databse using ODP.Net 2.111.7.0 I am getting ora-1017 error. When we switch off this case sensitive feature it works without any change to the connection string.
Any idea what is missing? is there any escape sequence we can use to specify lowercase characters in password?
Thanks
© Stack Overflow or respective owner