How to set a maximum time limit for executing Java SimpleJdbcCall query?
I want to set a maximum time limit for executing a SimpleJdbcCall query to an Oracle 19 database from a Java 11 application. If the time is exceeded, the operation should be aborted.