Advertisement
Guest User

Untitled

a guest
Feb 14th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #MLSMNT
  2. dbURL = jdbc:oracle:thin:@buadaix002:3521:ORAXD01
  3. feDbURL = jdbc:oracle:thin:@buadaix002:3521:ORAXD02
  4.  
  5. #MLSCMP
  6. #dbURL = jdbc:oracle:thin:@buadaix004:3521:racd01
  7. #feDbURL = jdbc:oracle:thin:@buadaix004:3521:racd01
  8.  
  9. #dbUser = MLSCMPAPPL
  10.  
  11. #dbUserSched = MLSCMPAPPL
  12. #dbUserTransfer = MLSCMPAPPL
  13. #dbUserConsBatch = MLSCMPAPPL
  14.  
  15. #dbPass = inicial
  16. #dbPassSched = inicial
  17. #dbPassTransfer = inicial
  18. #dbPassConsBatch = inicial
  19.  
  20. maxConnections = 10
  21. checkoutTimeout=100000
  22.  
  23. # Milisegundos que el pool debe esperar cuando no tiene conexiones para devolver hasta que se libere alguna
  24. maxWaitForConnection=10000
  25. # Segundos de espera del ciclo de depuracion de conexiones liberadas (max=30000, def=300)
  26. sleepInterval=300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement