Neoview Messages Manual (R2.3)
Effect The operation fails.
Recovery Define the column with only one HEADING clause and resubmit.
SQL 3052
3052 Duplicate NOT NULL clauses were specified in column definition
name.
Cause You defined column name with more than one NOT NULL clause.
Effect The operation fails.
Recovery Define the column with only one NOT NULL clause and resubmit.
SQL 3053
3053 Duplicate PRIMARY KEY clauses were specified in column definition
name.
Cause You defined column name with more than one PRIMARY KEY clause.
Effect The operation fails.
Recovery Define the column with only one PRIMARY KEY clause and resubmit.
SQL 3054
3054 The NOT DROPPABLE clause is allowed only in PRIMARY KEY and NOT
NULL constraint definitions.
Cause You specified a constraint with an invalid NOT DROPPABLE clause, which can
appear only in PRIMARY KEY and NOT NULL constraint definitions.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3055
3055 Duplicate DELETE rules were specified.
Cause You defined duplicate DELETE rules.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3056
3056 Duplicate UPDATE rules were specified.
Cause You defined duplicate UPDATE rules.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3057
3057 The ALLOCATE value must be between 1 and number.
Cause You provided an invalid size value in the ALLOCATE clause.
Effect The operation fails.
Recovery See the Neoview SQL Reference Manual for correct size values, and resubmit.
SQL 3058
3058 The BLOCKSIZE value must be 4096.
Cause You defined a BLOCKSIZE with an invalid value. It must be 4096.
91