what needs to be done if a table is in copy pending / check
pending status?
Answer Posted / sudipta
first ckeck the ststus of the table by using the query:-
load query table <tab_name>;
load query table <tab_name> set all immidiate unchecked;
after the command execute all pending state will be removed
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Mention the location where the output received from explain statement is stored.
What is db2 purescale?
What is db2 plan table?
What is runstats utility in db2?
How do I add a column to a table in db2?
What is db2 command?
Is ibm db2 open source?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
Which are the db2 tools to protect integrity of the database?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
Highlight all the advantages that are attached to a package.
What is explain in db2?
What is db2 connect?
What is the meaning concurrency in the db2 database?