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


Please Help Members By Posting Answers For Below Questions

Which component is responsible for processing sql statements and selecting access paths?

763


Give the name of some fields form sqlca.

700


What is check constraint. Explain with example.

729


What is difference between isnull and coalesce?

689


Can there be more than one cursor open for any program?

773






What is a Foreign Key?

744


What is the information associated with sysibm.syslinks table?

755


What is null in db2?

653


How to retrieve rows from a db2 table in embedded sql?

845


What is the use of db2 optimizer?

694


Why do we use cursor?

681


How to view db2 table structure?

684


What is view db2?

721


What is null indicator in db2?

716


What is the reason behind not using select * in embedded sql programs?

706