I can query each of the columns in the table individually like:
If I select multiple columns such as
SELECT ID, DTYPE FROM CORE_V1.DEVICE_ENTITY;
Then I get:
ERROR XSDA7: Restore of a serializable or SQLData object of class , attempted
to read more data than was originally stored
ERROR XJ001: Java exception: ': java.io.EOFException'.
Perhaps the table is not corrupt; perhaps instead there is a bug in
the query execution?
Can you post the full and complete exception trace? Ideally, from
a debug build with source file line numbers?
bryan