-20070   AUXILIARY TABLE table-name CANNOT BE CREATED BECAUSE COLUMN column-name IS NOT A LOB COLUMN

Explanation

An auxiliary table cannot be created for a non-LOB column. A CREATE AUXILIARY TABLE statement must refer to a LOB column in the associated base table.

System action

The statement cannot be processed. The specified table was not created.

Programmer response

Change the name of the column to correctly refer to a LOB column in the base table.

SQLSTATE

53098