Answer Posted / kamal pratap singh
A checkpoint is where all committed transactions are written
to the redo/audit logs, so puts a checkpoint in the
transaction log every. The DBA determine the frequency of
the checkpoints based on volume of transactions. Too
frequent checkpoints affect performance. Checkpoints that
are too long in between will cause a longer mean time to
recovery because more logs will have to be applied.
And check the run-time configuration options
CHECKPOINT_SEGMENTS and CHECKPOINT_TIMEOUT.
The CHECKPOINT command forces an immediate checkpoint when
the command is issued, without waiting for a scheduled
checkpoint.
A checkpoint is a point in the transaction log sequence at
which all data files have been updated to reflect the
information in the log.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the Different types of QTP test assets and their extensions?
Have you done batch testing in qtp? If yes how you are doing?
What are the different recording modes?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
Describe function procedure in vbscript.
What is meant by Output Value in UFT?
Whether qtp 9.0 supports Test director8.0
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
how can i pass a "cript"as a parameter in to a function
What are the five challenges you faced in QTP?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
What is checkpoint in qtp?
Tell me about your project? please help me how to tell about insurance project
How may types of defects identify application or your currently working application?pls give me answer..
Can launch two instances of qtp on the same machine?