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
Can you tell me how can you find out the # of rows updated after an update statement?
What is the reason behind not using select * in embedded sql programs?
What kind of database is db2?
How connect db2 database to datastage?
How to check last update on table in db2?
What does db2 stand for?
How to view db2 table structure?
How to create backup table in db2?
What is the use of value function?
What are the various data types available in db2?
Explain what are the various isolation levels possible?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
How to get the ddl of a table in db2?
What is the maximum No of rows per page?
What is an instance in db2?