What are the limitations of the supported JDBC driver?
Currently, the JDBC driver doesn’t support below properties: • prepareCall • savePoint(setSavepoint/rollback/releaseSavepoint) • prepareStatement() is conditionally supported only when the resultSetType is one of FORWARD_ONLY or SCROLL_INSENSITIVE or SCROLL_SENSITIVE and the resultSetConcurrency is one of CONCUR_REQD_ONLY or CONCUR_UPDATABLE.