Advertisement
Guest User

Untitled

a guest
May 14th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Could not acquire a connection from DataSource - No suitable driver found for jdbc:oracle:thin:@адрес
  2.  
  3. String URL = "jdbc:oracle:thin:@адрес";
  4. String USER = "логин";
  5. String PASS = "пароль";
  6. Sql2o sql2o = new Sql2o(URL, USER, PASS);
  7. Connection con = sql2o.open();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement