Hi all,
I have an issue with SET INTEGRITY after loading my table. Set
integrity does not see integrity violations checking by trigger. My
shell script does the following steps:
- LOAD FROM ... REPLACE INTO my_table
- SET INTEGRITY FOR my_table IMMEDIATE CHECKED
We have just a trigger, verifying loaded data from my_table with an
another table, nothing else. SET INTEGRITY does not detect my bad
datas committed by LOAD, my_table is not in pending state
Our DB2 version is AIX 5.2 running on AIX5.2
Any idea?
Thanks for your help
D.
I have an issue with SET INTEGRITY after loading my table. Set
integrity does not see integrity violations checking by trigger. My
shell script does the following steps:
- LOAD FROM ... REPLACE INTO my_table
- SET INTEGRITY FOR my_table IMMEDIATE CHECKED
We have just a trigger, verifying loaded data from my_table with an
another table, nothing else. SET INTEGRITY does not detect my bad
datas committed by LOAD, my_table is not in pending state
Our DB2 version is AIX 5.2 running on AIX5.2
Any idea?
Thanks for your help
D.
Comment