What is a recovery log?
Answer / s
changes to the table are logged in a the active logs and
archived when the active logs become full. In recovery
situations the tablespace is restored using the image copy
and applies the log records from the active/archive logs to
current time.
| Is This Answer Correct ? | 4 Yes | 0 No |
How can you quickly find out the # of rows updated after an update statement?
What is a buffer in memory?
What is host variable in db2 cobol?
What is a cursor?
if i made sme changes in sub pgm wht r the things to be done for this ?
For update of a row in cursors, when do we move value into host variable in cobol progrm? is it before open or before fetch ?
How do you find the maximum value in a column in db2?
How do I connect my db2 database to ibm?
what is the maximum number of tables that can be joined ?
how to resolve -811
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
What is package versioning? Please give an example.