How could one combine a set of incremental image copies
into a single copy?
Answer / s
MERGECOPY utility will combine all the incremental copies
with a FULL copy if you specify NEWCOPY YES. If you specify
NEWCOPY NO, it merges all the incremental copies only.
| Is This Answer Correct ? | 1 Yes | 0 No |
Is schema the same as database?
What are the four lockable units for DB2?
What is cascading rollback?
if i made sme changes in sub pgm wht r the things to be done for this ?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
What techniques will be used to avoid deadlock??
What is lock contention?
Are view updateable?
What are the various isolation levels possible?
what is difference between Plan and Package
When is the authorization check on DB2 objects done - at BIND time or run time?
How does the processing of a correlated subquery differ from a non correlated subquery?