What Utility is used to migrate DB2 from one release to the
next?
Answer / s
CATMAINT is used to migrate the Catalog from one release to
another.
| Is This Answer Correct ? | 3 Yes | 1 No |
How to solved 818 error
4 Answers Keane India Ltd, Wipro,
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
Can we able to find all the Table names under a Particular Plan?
What is difference between *omit and *nopass?
What are types of indexes?
What is ibm db2 database?
What is null indicator in cobol db2?
Can we delete records from view?
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 happend with out using Commit,when closing cursor and program?
How are write I/Os from the buffer pool executed?
Why might full image copies be faster to implement than an incremental image copy?