SQL/MP Messages Manual
SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual—427720-006
5-30
SQL 3301
Cause. You specified a version number that is not one of the SQL/MP versions
supported by this version of SQL/MP software.
Effect. The statement does not compile.
Recovery. Specify a valid version number.
SQL 3302
Cause. You attempted to create or alter a table so that it would have a column with a
multibyte character type, and you specified the UPSHIFT attribute. UPSHIFT is not
supported on such columns.
Effect. The SQL statement fails.
Recovery. Remove the UPSHIFT clause and reissue the statement.
SQL 3303
Cause. The specified character set name is not supported.
Effect. The statement does not compile.
Recovery. Specify a valid character set name and reissue the statement.
SQL 3310
Cause. The CREATE VIEW statement contains a SIMILARITY CHECK clause without
a FOR PROTECTION clause.
Effect. The statement does not compile.
Recovery. Remove the SIMILARITY CHECK clause or make the view a protection
view, and reissue the statement.
3301 Invalid version number.
3302 UPSHIFT is not allowed on a multibyte character type
column.
3303 Invalid character set name.
3310 The view must be a protection view.