what is copy pending and check pending ?
Answer / sasi
COPY PENDING status
A state in which, an image copy on a table needs to be
taken, In this status, the table is available only for
queries. You cannot update this table. To remove the COPY
PENDING status, you take an image copy or use REPAIR
utility.
CHECK PENDING
When a table is LOADed with ENFORCE NO option, then the
table is left in CHECK PENDING status. It means that the
LOAD utility did not perform constraint checking.
| Is This Answer Correct ? | 9 Yes | 3 No |
What is the difference between IN subselects and EXISTS subselect?
Write a query to extract first 5 characters of a name in the column Stud_Name?
How to find the number of rows in a db2 table?
What does the REORG Utility do?
what is the input to PLAN? what is the input to DBRM?
What are the contents of a DCLGEN?
What is a LIKE table and how is it created?
i want to delete 20th million record how ?
Can a array declared with an index be displayed(readable format) in spool?
What is the difference between SYNONYM and ALIAS?
What is runstats utility in db2?
What is an asychronous write?