Guest User

Untitled

a guest
Nov 21st, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <Resource
  2. driverClassName="oracle.jdbc.driver.OracleDriver"
  3. maxActive="15"
  4. maxIdle="10"
  5. maxWait="5000"
  6. name="jdbc/IMDBDS"
  7. password="HR"
  8. type="javax.sql.DataSource"
  9. url="jdbc:oracle:thin:@localhost:1521:XE"
  10. username="HR"/>
Add Comment
Please, Sign In to add comment