> I was runing load and then set integrity with for exception clause,
> still the statement failed , there are some reecords in the exception
[quoted text clipped - 8 lines]
> SET INTEGRITY FOR schema.table IMMEDIATE CHECKED FOR EXCEPTION IN
> schema.table USE schema.except_table
What's the error message that you got?

Signature
Knut Stolze
DB2 Information Integration Development
IBM Germany
technocrat - 19 Apr 2006 14:26 GMT
Unfortunately I did not print stack....but the following execute
statemtnts like loading the next table didnt work. ...the error while
loading the next table was...
COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2/6000] SQL20139N
SQL statem ents may not be issued in routine
"CONTROL.INIT" (specific name "SQL060413135154
100") because of a previous statement failed or was interrupted.
SQLSTATE=51038
Also today morning I checked the state of the table which and for some
unknown weird reason the table was in normal state and accessible...
Any one has any idea whats going on?
technocrat - 19 Apr 2006 14:49 GMT
I know now that the table was in normal state in the morning becuase i
had run set integrity command (while i got disc while executing and
assumed that ,that session would be disconnected)
But I have no idea till now why the set integrity failed the frst time.