Entering content frame

-106: Table unloaded or content deleted 

Explanation:

The table cannot currently be accessed. The following reasons are possible:

...

       1.      The table was extracted from the database instance with the TABLEEXTRACT command.

       2.      Another user simultaneously performed a DELETE statement either for a large part of the table or for the whole table. The specified table was not accessible for a short period of time. This error message can only occur if you work with isolation level 0.

User Action:

...

       1.      Reload the table into the database using the TABLELOAD command.

       2.      Wait until the processing of the DELETE statement is finished.

Execute the SQL statement.

 

Leaving content frame