IBM DB2 specific FGLPROFILE parameters
dbi.database.dsname.db2.schema
Name of the database schema to be selected after connection is established.
dbi.database.stores.db2.schema = "store2"
Set this parameter to a specific schema in order to share the same table with all users.
dbi.database.dsname.db2.prepare.deferred
True/False boolean to enable/disable deferred prepare.
dbi.database.stores.db2.prepare.deferred = true
Set this parameter to true if you do not need to get SQL errors during PREPARE statements: SQL statements will be sent to the server when executing the statement (OPEN or EXECUTE). The default is false (SQL statements are sent to the server when doing the PREPARE).
Default is false
.