-8025: Table must be temp table
Explanation:
In a <CREATE TABLE statement>, the option IGNORE ROLLBACK was specified for a permanent table. This is not allowed.
User Action:
You can repeat the SQL statement. To do this you either need to deselect the option IGNORE ROLLBACK or a create temporary table, by specifying TEMP as <OWNER> of the table to be created.