-1110: View definition too long
Explanation:
The text of a view definition is longer than the space available for it. This error may also occur with a RENAME COLUMN statement when the view definition maintained internally exceeds the maximum length because of the extension of the name.
User Action:
Shorten the viewdefinition, e.g. by using short REFERENCE names instead of long table names in SELECT LIST or the SEARCH condition.