Skip to content

Commit

Permalink
HHH-17736 Improve Atlas for atps
Browse files Browse the repository at this point in the history
  • Loading branch information
loiclefevre authored and beikov committed Mar 27, 2024
1 parent 8b111ec commit 17fd964
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle/databases.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ ext {
'jdbc.user' : 'hibernate_orm_test_' + runID,
'jdbc.pass' : 'Oracle_19_Password',
// Requires dbHost (pointing to the right cloud region) AND dbService (unique database name).
//
// To avoid hibernate-spatial tests failure, JVM must be enabled as stated in documentation:
// https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/autonomous-oracle-java.html
'jdbc.url' : 'jdbc:oracle:thin:@(description=(retry_count=5)(retry_delay=1)(address=(protocol=tcp)(port=1521)(host=' + dbHost + '.oraclevcn.com))(connect_data=(service_name=' + dbService + '_tp.adb.oraclecloud.com))(security=(ssl_server_dn_match=no)))?oracle.jdbc.enableQueryResultCache=false&oracle.jdbc.thinForceDNSLoadBalancing=true&tcp.nodelay=yes',
Expand Down

0 comments on commit 17fd964

Please sign in to comment.