Previous Topic: -249 - REFERENCED TABLE aaa.ttt PLUS n OTHERS IN CHECK STATUSNext Topic: -251 - TABLE HAS NO CONSTRAINTS


-250 - EXCEPTION TABLE authid.tblname NOT FOUND

Explanation

You specified an exception table (EXCEPT=xxx) that does not exist.

The SQLSTATE that equates to this SQL return code is 42704.

User Response

Either change the exception table name or first use the CREATE TABLE statement to create the exception table.