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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -