Oracle OCP Certification Exam Bank Analysis 052-1

Source: Internet
Author: User

QUESTION 1


You notice the performance of the database have degraded because of frequent checkpoints.

Which resolve the issue? (Choose.)


A. Disable Automatic checkpoint Tuning

B. Check the size of the redo log file size and increase the size if it is small

C. Set the Fast_start_mttr_target parameter as per the advice given by the MTTR Advisor

D. Decrease the number of redo log members if there is more than one redo log members available in each redo log group


Correct ANSWER:BC


Explanation/reference:


Checkpoint process:

The checkpoint process (CKPT) updates the control file and data file headers with checkpoint information and Signals DBWN To write blocks to disk. Checkpoint information includes the Checkpoint position, SCN, location in online redo log to begin recovery, and so on. CKPT does not write data blocks to data files or redo blocks to online redo log files.


Check Point function:

(1) Regular promotion of the DBWN Process writes the dirty block of memory back to the data file and does not lose data when the database fails

(2) Reduce the time of instance recovery

(3) Ensure that all submitted data is written to the data file during a consistent shutdown


Instance recovery time:

Refers to the time required to push the last checkpoint (checkpoint location) of the data file to the latest SCN recorded in the control file. Administrators can control the time by setting the mttr target and resizing the redo log group.


MTTR:

Mean time to Repair, that is, the mean duration of repair. Refers to the average repair time for repairable products, which is the time between failure and repair. The shorter the MTTR, the better the recoverability. In the database, you can control the time it takes for a database to perform a crash recovery on a single instance by setting the parameter Fast_start_mttr_target (in seconds).


Fast_start_mttr_targe= non-0 value, enable the Quick Start Checkpoint feature, automatically control the speed of the check point.

Fast_start_mttr_targe=0, disable the Quick Start checkpoint feature.


If the redo log file size is too small to switch logs frequently, checkpoints frequently occur, so you can increase the size of the redo log file to reduce the frequency at which checkpoints occur.


Fast_start_mttr_target if the setting is too small, in order to control the instance recovery time of a database singleton, checkpoints must occur frequently to ensure that the modified chunks of memory are regularly written to disk, so you can use the MTTR advisor to set the recommended values.


for more questions, please follow: http://ke.qq.com/cgi-bin/courseDetail?course_id=36323

Oracle OCP Certification Exam Bank Analysis 052-1

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.