Currently we are using jooq 3.7.1 pro version and oracle 11g database in our application. Now we need to upgrade database from 11g to 19c, So we used ojdbc8.jar to connect to oracle 19c and passing ORACLE12C dialect as Jooq 3.7.1 provides dialect until 12C only.
After upgrading to 19C, While running the performance test, Insertion in database is very slow.
My question is, is it because of ORACLE12C dialect in jooq 3.7.1?
Do we really need to upgrade the jooq version as well to overcome this performance degradation?