0
Oracle 11g Enterprise EditionおよびExpress Edition、HibernateおよびHikariCPを使用している接続キャッシュのプロパティは何か知る必要があります。OracleのHikaricpを使用したキャッシングプロパティ
私は私のhibernate.cfgでこれらのプロパティを置くが、私は例外を取得:
<property name="hikari.dataSource.cachePrepStmts">true</property>
<property name="hikari.dataSource.prepStmtCacheSize">250</property>
<property name="hikari.dataSource.prepStmtCacheSqlLimit">2048</property>
<property name="hikari.dataSource.useServerPrepStmts">true</property>