Solution for ora-1017 error for odp.net 2.111.7.0 ?
- by Prithis
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