Forum Discussion

Santhu0505's avatar
Santhu0505
New Contributor
10 years ago

No suitable driver found for def sql = Sql.newInstance("jdbc:oracle:thin:id/pwd//host:port/svname:)

I am using ReadyAPI 1.5.0 serviceV for virtualiation. In the response I am trying to connect to DB using following code   def sql = Sql.newInstance("jdbc:oracle:thin:id/pwd//host:port/svname:) Thi...