on ‎2018 Nov 06 11:00 AM
We are using Oracle db . We want to use below connection param. Can we use it in local.properties or we need to do any special configuration for that. Could you please exaplin which connection pool hybris use and how the below connection param can be supported by it.
db.connectionparam.oracle.jdbc.ReadTimeout=60000
Request clarification before answering.
Addition to answer of Anton Gavazyuk.
In Hybris, below method is responsible to create the actual data source object using the configured properties. There it reads all the customParams which are mentioned in specific pattern ["db.connectionparam\\.(.*)"]
de.hybris.platform.core.AbstractTenant.HybrisDataSourceBuilder#createMasterDataSourceYou can try this
db.connectionparam.oracle.jdbc.ReadTimeout=50000
db.connectionparam.oracle.net.CONNECT_TIMEOUT=50000
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.