What is reorg?
No Answer is Posted For this Question
Be the First to Post Answer
Is db2 a mainframe database?
What is the syntax for FETCH in DB2 ?
which is the most efficient tablespace?? a.simple tablespace. b.partitioned tablespace. c.segmented tablespace. d.none of the above. please post answer with the reason.?
How do you select a row using indexes in db2?
what needs to be done if a table is in copy pending / check pending status?
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 is the soft code for deadlock ?
what is rebinding ?
What is Reorg Recovery? when will you run it?
Mention and explain the contention situations caused by locks?
Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.