您现在的位置是:首页 > 博文答疑 > DB2笔记系列 23 - COPY PENDING博文答疑
DB2笔记系列 23 - COPY PENDING
Leo2016-09-07【4】
简介COPY PENDING
If the tablespace is in Copy pending status and you dont want to take image copy , then you can use REPAIR utility or execute following db2 command to bring the status of tablespace to RW
Code:
-START DATABASE(dbname) SPACE(tablespace-name) ACCESS(FORCE) .
This command will reset all the pending states and change the status of the tablespace to RW .
< means: you can take image copy to resolve the COPY PENDING>