updateStmt.addBatch(query_cn_zh);
updateStmt.addBatch(query_cz_cs);
updateStmt.addBatch(query_dk_da);
updateStmt.addBatch(query_gr_el);
updateStmt.addBatch(query_pe_fa);
updateStmt.addBatch(query_tc_tr);
updateStmt.executeBatch();
} catch (ClassNotFoundException e){
log.warn("Could not load jdbc driver for database configured in olat_config.xml. Driver: "+ driverClass, e);
throw new StartupException("Could not load jdbc driver for database configured in olat_config.xml. Driver: "+ driverClass, e);