NamingException, SystemException, NotSupportedException, HeuristicRollbackException, RollbackException,
HeuristicMixedException {
UserTransaction utx = TransactionHelper.getUserTransaction();
if (!callOnlyTransaction) {
TableManager tableManager = new TableManager(dbName);
tableManager.deleteTable(TABLE);
}
utx.commit();
}