logo  
Google
 

DB2 SQL-Error: -350

SQLState: 42962

Short Description: INVALID SPECIFICATION OF A LARGE OBJECT COLUMN OR SECURITY LABEL COLUMN

The ALTER TABLE, CREATE TABLE, or CREATE INDEX statement is invalid for one of the following reasons: v A LOB column cannot be added to a temporary table. v A LOB column cannot be added to a table defined with an EDITPROC. v A LOB column cannot be specified in a PRIMARY KEY clause. v A LOB column cannot be specified in a UNIQUE clause. v A LOB column or security label column cannot be specified as a column of a foreign key in a referential-constraint clause. v A LOB column or security label column cannot be specified in a REFERENCES clause. v A LOB column cannot be specified as part of the index key in a CREATE INDEX statement. v A LOB column cannot be specified in a partitioning key.System action: The statement cannot be executed. Programmer response: Correct the syntax and resubmit the statement.

 <-  BACK TO INDEX