In an HADR setup, which of the following options must be used to avoid the table space being placed in restore pending state when the LOAD utility is run on the primary database?
A. COPY NO option specified and the standby database must be resynchronized
B. COPY YES option specified and the standby database must have access to the copy image
C. From the standby database issue this command:
db2set DB2_LOAD_COPY_YES_OVERRIDE='c:\loaddir'
D. From the primary database issue this command:
UPDATE DB CFG FOR sample USING DB2_LOAD_COPY_NO_OVERRIDE c:\loaddir
这个题应该选什么?