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 default page size of buffer pools?
How many databases can be created inside an instance in db2 ?
What os does db2 run on?
What are the bind parameters ibm db2?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
Mention the location where the output received from explain statement is stored.
Highlight all the advantages that are attached to a package.
Explain various types of locks in db2?
What r the comman abends in db2, jcl and cobol???????
What is bind in db2?
How to resolve deadlock issue
What is dbrm?
How do I add a column in db2?
How to find the number of rows in db2 tables?
What is performance tuning db2?