Background documentation-8025: Table must be temp table Locate this document in the navigation structure

 

Explanation

In a CREATE TABLE statement, the IGNORE ROLLBACK option was specified for a permanent table. This is not allowed.

User Response

You can repeat the SQL statement. To do this, you either need to deselect the IGNORE ROLLBACK option, or create a temporary table by specifying TEMP as schema of the table to be created.