I have created a database using an SQL script. When I try to access any of the tables I get a SQLSyntaxErrorException with SQLCODE=-204.
When I print out the tablenames using metadata.getTables(...), I do see a bunch of table names incl. the one I am trying to access.
The offending line is
ResultSet rs = s0.executeQuery("SELECT * FROM XYZ")