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
Why db2 is called db2?
What language is db2 written in?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
What is concurrency?
What is a dbrm in db2?
What kind of database is db2?
How can you classify the locks in db2?
What is null in db2?
What is iseries database?
List out the buffer pools in db2
What types of tables are there in the db2 database?
List out the data types available.
What is the syntax for FETCH in DB2 ?
what is the sqlcode -501
What is the physical storage length of timestamp data type?