Answer Posted / rshk
After a load is performed on the DB2 table, it will be in
Copy pending status. When the table is in copy pending
status, you cannot access the table. In order to release the
table from copy pending status, we need to force complete it
using the Db2 command:
-START(DBname)TBSPACE(Tablespace)ACCESS(FORCE)
Pls check the syntax of the above command.
| Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
How to find schema of a table in db2?
What does sqlcabc has?
What is difference between alias and synonym in db2?
what is the role of the cursor in db2?
What is the meaning concurrency in the db2 database?
What do you mean by cursor?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
What is the syntax for creating a table in the db2 database?
What is lock escalation in db2?
How to test SQL -911 error while developing COB-DB2 program
Why do we need reorg in db2?
What is schema in db2?
What is the difference between cursor stability and repeatable read isolation levels?
What does db2 blu stand for?
What is a bind in db2?