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
What are iseries servers?
Which isolation level provides highest data integrity?
What is runstats utility in db2?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
How do we specify index to include or not during bind process.
What is a system catalog table in db2?
What is iseries database?
Explain db2.
What is the difference between drop table and delete table?
How to restart a DB2 program?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
What does reorg do in db2?
What is rebind in db2?
Explain the contention situations caused by locks?
What is dbrm? What it contains? When it will be created?