Start of change

-878   THE explain-object USED FOR EXPLAIN MUST BE ENCODED IN UNICODE. IT CANNOT BE IN ASCII OR EBCDIC.

Explanation

An EXPLAIN table object was encoded in the wrong format. It must be encoded in Unicode for use with EXPLAIN.

explain-object
The name of the explain table object.

System action

The statement was not executed.

Programmer response

Migrate the current release format EXPLAIN tables to UNICODE for the current schema.

SQLSTATE

53094

End of change