Skip to content

Commit 17fd964

Browse files
loiclefevrebeikov
authored andcommitted
HHH-17736 Improve Atlas for atps
1 parent 8b111ec commit 17fd964

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gradle/databases.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ ext {
221221
'jdbc.user' : 'hibernate_orm_test_' + runID,
222222
'jdbc.pass' : 'Oracle_19_Password',
223223
// Requires dbHost (pointing to the right cloud region) AND dbService (unique database name).
224-
//
225224
// To avoid hibernate-spatial tests failure, JVM must be enabled as stated in documentation:
226225
// https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/autonomous-oracle-java.html
227226
'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',

0 commit comments

Comments
 (0)