The table is currently inaccessible. The following reasons are possible:
...
1. The table was extracted from the database instance using the TABLEEXTRACT command.
2. Another user simultaneously executed a DELETE statement either for a large part of the table or for the whole table. As a result, the specified table was inaccessible for a short period of time. This error message can only occur if the current user is using isolation level 0.
...
1. Reload the table into the database using the TABLELOAD command.
2. Wait until the DELETE statement has been executed.
Then execute the SQL statement.