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 query_cache_limit?
What is nvl in db2?
How to find the number of rows in a db2 table?
How can you do the explain of a dynamic sql statement?
What is db2 bind process?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
How many types of page locks can be held in db2?
What does a deadlock mean in DB2?
How to find the number of rows in db2 tables?
Which isolation level provides maximum concurrency?
What is null value in db2?
What is null in db2?
How to compare data between two tables in db2?
How to connect to db2 database from windows command line?
what is a corelated subquerry?