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 actions in qtp ?
What is the new version of qtp which is recently released in the market?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Describe how Smart Identification is used
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
How you can find the absolute value of the number in qtp?
What do you to script when objects are removed from application?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Difference between copy to action and call to action?
How to find the name of the machine where you are running your automation scripts in qtp?
any body can you help me what is the script to automate an comand promt
Can any body please tell me the steps of keyword driven framework of QTP.
Is the qtp course will help to create a virtual object?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
What is the synchronization point in qtp?