Hi ,
I'm trying to load this table and getting error.
Here is Table Def.
------------------------------------------------
-- DDL Statements for table "COS "."TCOSI010"
------------------------------------------------
CREATE TABLE "COS "."TCOSI010" (
"POLICY_NBR" DECIMAL(8,0) NOT NULL GENERATED ALWAYS AS IDENTITY (
START WITH +1
INCREMENT BY +1
MINVALUE +1
MAXVALUE +99999999
NO CYCLE
CACHE 20
NO ORDER ) )
IN "SCOSI010" ;
Here is the error I'm getting
SQL3550W The field value in row "F0-1" and column "1" is not NULL, but the
target column has been defined as GENERATED ALWAYS.
thanks for looking in to this,
Sudheer
sudheerkumars@yahoo.com