OdbConfiguration.setDatabaseCharacterEncoding("UTF-8");
OdbConfiguration.setAutomaticCloseFileOnExit(true);
OdbConfiguration.setMultiThreadExclusive(false);
OdbConfiguration.useMultiThread(true);
odb = ODBFactory.open(dbURL);
TriggerHelper helper = TriggerHelper.getInstance();
helper.initInsertIdentityTriggers(odb);