Neoview Messages Manual (R2.2)
SQL 3212
3212 Minimum length of LONG VARBINARY is value.
Cause You attempted a CREATE TABLE table name (columnname long varbinary(N))
where N < current MIN_LONG_VARCHAR_DEFAULT_SIZE setting.
Effect The operation fails.
Recovery Increase the CREATE TABLE statement’s long varbinary column width N or
decrease the current MIN_LONG_VARCHAR_DEFAULT_SIZE setting and resubmit.
SQL 3213
3213 Maximum length of LONG VARCHAR is value.
Cause You attempted a CREATE TABLE table name (columnname long varchar(N)) where
N > current MAX_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 MAX_LONG_VARCHAR_DEFAULT_SIZE setting and resubmit.
SQL 3214
3214 Minimum length of LONG VARCHAR is value.
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
3215 Computed LONG VARCHAR length len1 is below minimum len2.
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
3216 Computed LONG WVARCHAR length value1 is below minimum value2.
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
3217 Character set name is not allowed in the function-name function.
Cause You specified KANJI or KSC5601 character expressions to function LOWER, LCASE,
UPPER, UPSHIFT, or UCASE.
Effect The operation fails.
115