utPLSQL / utPLSQL-java-api

Java API for running utPLSQL v3+ unit tests from java applictions
Apache License 2.0
6 stars 5 forks source link

Switch to use SERVICE_NAME instead of SID for connecting to DB #101

Closed jgebal closed 2 years ago

jgebal commented 3 years ago

There were ocassionally some builds failing on connection to DB with error ORA-12519: TNS:no appropriate service handler found error Searching the web suggests that it's best to move away from connections using SID and use SERVICE_NAME instead.