ContributionsMost RecentMost LikesSolutionsRe: JDBC Connection String for Oracle Thin with Service Fails I am able to establish connection using oracle developer, But when I try to establish same connection using SOAPUI Pro it is asking for SID and getting error mentioned above. Can you please help me how we establish Oracle thin DB connection using SopaUI pro with Service Name? Thanks RestFreak Re: JDBC Connection String for Oracle Thin with Service Fails Hi Valdimir, I have tried using connection string as you mentioned jdbc:oracle:thin:<USERNAME/PASSWORD@HOST>:<PORT>:<SID> I am getting "ORA-12505, TNS:listener does not currently know of SID given in connect descriptor" error. I don't have SID to establish connection using SoapUI pro. As mentioned in thread question, I am trying to connect using Service name. Can you please let me know How can I establish Oracle Thin JDBC connection using Service name in SOAPUI Pro?