gmathai
6 years agoOccasional Contributor
How to connect to an Oracle Thin DB which is identified by 'Service Name' instead of SID
There is a requirement for me to connect to an Oracle thin DB which is identified by 'Service Name' instead of SID.
Our DBA advised that SID is a thing of the past and they’re using Service Name now as best practice and for operational reasons.
But from SOAP UI Pro i dont see an option to enter Service Name in DB configurations, whereas SID is shown instead.
Please advice the steps to achieve this.
Further digging, I found this article: https://community.smartbear.com/t5/SoapUI-Pro/Connection-to-an-Oracle-database-without-CID-but-with/td-p/121201
The solution is to manually edit either the driver or the connection string. See the accepted answer in the linked article. I was able to achieve it.