oracle - Difference between ojdbc jar file versions -


i tried use ojdbc14.jar connect database. got following error message:

ora-01017: invalid username/password; logon denied

after downgraded ojdbc7-12.1.0.2.jar , error message disappeared without modification of login credentials.

there big difference how these behaves , error message strange.

@plaidshirt : post answers part of question, older versions of oracle doesn't maintain case sensitivity, trying connect oracle db client, right ?? if password in 9i : mypass123, 9i sees mypass123 whereas 11g take according case of characters. so, if there issue in case of password returned ora-01017 gets resolved in lower versions of it, if character case issue.


Comments

Popular posts from this blog

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -

python - Best design pattern for collection of objects -