What is the equivalent to Hikari's connection-init-sql property?
spring:
datasource:
hikari:
connection-init-sql: ALTER SESSION SET NLS_TIMESTAMP_TZ_FORMAT='DD/MM/YYYY HH24:MI:SSXFF TZR'
How to "translate" the snipet above to Atomikos?
spring:
jta:
atomikos:
?????: ALTER SESSION SET NLS_TIMESTAMP_TZ_FORMAT='DD/MM/YYYY HH24:MI:SSXFF TZR'
I'm using hibernate-core 5.4.33, spring-boot-starter-jta-atomikos 2.5.12 and java 11.