SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual—523730-004
5-49
SQL 3214
Cause. You attempted a CREATE TABLE table name (columnname long varchar(N)
where N < current MIN_LONG_VARCHAR_DEFAULT_SIZE setting.
Effect. The operation fails.
Recovery. Decrease the CREATE TABLE statement’s long varchar column width N or
increase the current MIN_LONG_VARCHAR_DEFAULT_SIZE setting and resubmit.
SQL 3215
Cause. You attempted a CREATE TABLE table name (c1 longvarchar, c2 long
varchar,...cn long varchar) and the computed long varchar columns’ width is below the
current MIN_LONG_VARCHAR_DEFAULT_SIZE setting.
Effect. The operation fails.
Recovery. Decrease the number of long varchar columns in the CREATE TABLE
statement or increase the current MIN_LONG_VARCHAR_DEFAULT_SIZE setting and
resubmit.
SQL 3216
Cause. You attempted a CREATE TABLE table name (c1 longwvarchar, c2
longwvarchar,...cn longwvarchar) and the computed width for each of the longwvarchar
columns falls below the current MIN_LONG_WVARCHAR_DEFAULT_SIZE setting.
Effect. The operation fails.
Recovery. Reduce the number of longwvarchar columns in the CREATE TABLE
statement or increase the current MIN_LONG_WVARCHAR_DEFAULT_SIZE setting
and resubmit.
SQL 3217
Cause. You specified KANJI or KSC5601 character expressions to function LOWER,
LCASE, UPPER, UPSHIFT, or UCASE.
3214 Minimum length of LONG VARCHAR is value.
3215 Computed LONG VARCHAR length len1 is below minimum len2.
3216 Computed LONG WVARCHAR length value1 is below minimum
value2.
3217 Character set name is not allowed in the function-name
function.