Oracle Fusion Middleware Kodo Developers Guide for JPA/JDO11g Release 1 (10.3.6)Part Number E13946-05
Example 3.7. Example properties for Firebird
kodo.ConnectionDriverName: org.firebirdsql.jdbc.FBDriver kodo.ConnectionURL: jdbc:firebirdsql://SERVER_NAME:SERVER_PORT/DB_PATH
The Firebird JDBC driver does not have proper support for batch updates, so batch updates are disabled.
Firebird does not support auto-increment columns.
Firebird does not support the LOWER, SUBSTRING, or INSTR SQL functions.
LOWER
SUBSTRING
INSTR