If you get the following message :
[SQLSTATE=40003 - [IBM][CLI Driver][DB2/NT] SQL1224N A database agent could not be started to service a request, or was terminated as a result of a database system shutdown or a force command. SQLSTATE=55032 [Native Error=-1224]]
Then, this is just a...
To eiliminate the duplicate rows :
1. create new table like old table
db2 create table new_table like old_table
2. put distinct data into it from old table
db2 insert into new_table select distinct * from old_table
3. drop old table and rename new table as old table
db2 drop table...
This is not the technical error, it's just an informational message. If you read the message carefully then you will come to know.
The DB2 product which you have got the license of using 1 processor and your O.S. has got 2 processor.
So, you can just ignore it and go ahead.
regards,
Manoj
IBM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.