Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. dataSourceClassName=oracle.jdbc.pool.OracleDataSource
  2. #jdbcUrl=jdbc:oracle:thin:@joao:1521:SID --> when one wants to use the jdbcURL
  3. dataSource.serverName=206.189.21.38
  4. dataSource.portNumber=32769
  5. dataSource.databaseName=ORCLCDB
  6. poolName=cpiLoad
  7. username=sys as sysdba
  8. password=cpi
  9. readOnly=true
  10. autoCommit=false
  11. idleTimeout=600000
  12. maxLifetime=1800000
  13. minimumIdle=10
  14. maximumPoolSize=10
  15. connectionTimeout=300000
  16. dataSource.driverType=thin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement