The table cannot be truncated if it has an open cursor or dirty readers.
Cause
You must have exclusive access to the table.
Action
Wait for dirty readers to complete or close all the open cursors and reissue the TRUNCATE TABLE command.
You must have exclusive access to the table.
Wait for dirty readers to complete or close all the open cursors and reissue the TRUNCATE TABLE command.