SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
5-50
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.
Effect. The operation fails.
Recovery. Do not use KANJI or KSC5601 character expressions in these functions.
SQL 3218
Cause. A CREATE VIEW statement was issued with a DELETE or UPDATE operation
as a table reference.
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.
3218 A table reference cannot contain DELETE or UPDATE in a
CREATE VIEW statement.