That ORA-00942 error could indicate 2 things, (1) the table doesn't really exist (which shouldn't be a problem due to the hibernate config) or (2) the user used to perform this operation doesn't have privileges over that table, which may be more probable. Check this other post.