what needs to be done if a table is in copy pending / check
pending status?
Answer Posted / kiran bhamare
Hi,
You can do same by following tric.
STOP database and start it again using DB2 commands.
1)-DIS DATABASE (DATABASENAME) SPACE (TABLESPACENAME)
to dsisplay status of DB
2)-STOP DATABASE (DATABASENAME) SPACE (TABLESPACENAME)
to stop database.
3)-START DATABASE (DATABASENAME) SPACE (TABLESPACENAME) ACC
(FORCE)
to start database.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the maximum length of sqlca?
What is difference between rollback and commit?
What is null in db2?
What kind of database is db2?
What is nvl in db2?
When do you specify the isolation level?
What is with ur in db2?
i want to maintain uniqueness on pdf without make lf??????????
What are the various isolation levels possible?
What is runstats and reorg in db2?
How to check table size in db2 sap?
What is the role of the data page in the db2 database?
What are concurrency issues?
Explain the benefits you can get from mainframe connect?
How to execute stored procedure in db2 command editor?