-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:

If the IGNORE ROLLBACK option is not specified or a temporary table has to be created, the SQL statement can be repeated by specifying TEMP as <OWNER> of the table to be generated.