What is Reorg Recovery? when will you run it?
Answers were Sorted based on User's Feedback
Answer / s.v.venkata sivaprasad
reorg is a db2 use to improve the performance and any unused
pages in table space is rearange it perticul order and
release free space
//job1 job....
//step1 exec pgm=IKJEFT01
//sysin dd *
reorg db123.tb123
//
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / srinivas chennareddy
REORG utility will physically realign/reorganizes the
records in a table as per the clustered index and release
any free space.
| Is This Answer Correct ? | 2 Yes | 3 No |
Explain various types of locks in db2?
Explain the use of the WHERE clause.
Write a query to retrive partial string.
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
When Can you be sure that a query will return only one row?
What is auditing?
What happens in bind step in a db2 program?
what is static sql? what is dynamic sql? Give me details
In which column of which DB2 catalog would you find the length of the rows for all tables?
Why do we need to create an alias if we can directly use the table name? What are the benefits of referring a table name by its alias? Also, when should we go for alias and when for synonyms?
What is a bind card?
in db2, already 10 columns arie der, and i want to insert 11th column. what parameters u wil consider for insertion and how will u insert