Entering content frame

-106: Table unloaded or content deleted Locate the document in the library structure

Explanation:

The table is currently inaccessible. Possible reasons:

...

       1.      The table was extracted from the database instance with an Structure linkEXPORT TABLE command.

       2.      Another user simultaneously performed a DELETE statement for either 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 you work with Isolation Level 0.

User Response:

...

       1.      Reload the table into the database using the IMPORT TABLE command.

       2.      Wait until the DELETE statement has been executed.

Then execute the SQL statement.

 

Leaving content frame