Notifications
Clear all

[Solved] Error during environment set-up: ORA 28040: No matching authentication protocol

1 Posts
1 Users
0 Likes
4,325 Views
0
Topic starter

I am running bootstrap_instance.bat as part of my environment set-up and training and encounter the above error in the final steps of the batch script, failing the build. I've verified passwords, spec file, and jdbc.jar are valid, just not successful. Any assistance appreciated. 

Topic Tags
1 Answer
0
Topic starter

Solved with change of jdbc jar used. Jar must match the java version. ojdbc14 = java 1.4, ojdbc6 = java 1.6, ojdbc8 = java 1.8. I was using ojdbc14 and fixed when I changed the path to lead to ojdbc8 in the script's args