? Determine what types of failures can occur in Oracle DB? Describe how to optimize instance recovery? Explain the importance of checkpoints, redo log files, and archived log files? Configure the quick recovery area? Configuring Archivelog Mode
Part of the work content
The responsibilities of the database administrator include:? Try to avoid a database failure?extended mean time between failures (MTBF)? Protect critical components in a redundant way?reduced mean recovery time (
1, the meaning of the backup
1 protection of data, to avoid loss of data due to various failures
2. Introduction to Basic terms
Mean Time Between Failure--MTBF
Mean Time to Repair--mttr
Mean Time to Failure--mttf
(1) The mtbf--full name is mean time Between failure, that is, the mean fault interval.
Is the average of the time when the new product starts working under the prescribed working conditions and the first failure occurs. The longer the
FAST_START_IO_TARGET and LOG_CHECKPOINT_INTERVAL parameters have been set to 0.
SQL> show parameter fast_start_io
NAME TYPE VALUE
-----------------------------------------------------------------------------
Fast_start_io_target integer 0
SQL> show parameter interval
NAME TYPE VALUE
-----------------------------------------------------------------------------
Log_checkpoint_interval integer 0
Starting from Oracle 9i R2, Oracle introduced a new view to provide
of the Fast_start_io_targe, Log_checkpoint_timerout, and Log_checkpoint_insterval parameters.By default, in Oracle 9i, the Fast_start_io_target and Log_checkpoint_interval parameters have been set to 0.Sql> Show Parameter Fast_start_ioNAME TYPE VALUE-----------------------------------------------------------------------------Fast_start_io_target integer 0Sql> Show parameter intervalNAME TYPE VALUE-----------------------------------------------------------------------------Log_checkpoint_interva
than 3%
Long Talk: 10%
Connection latency: less than 1 min.
Transmission QualitySound level: the volume of the voice that you listen to. Definition: Voice comprehensibility, that is, the clarity and comprehensibility of the voice you listen to. fidelity: Voice Tone, it refers to the degree to which the voice tone and features are not distorted. In reality, the above three indicators are generally assessed by the user's subjective. Stability Quality refers to the reliability failure rate of the
Tags: 11g OCP database Oracle Certification Exam Exam QuestionsQUESTION 1You notice the performance of the database have degraded because of frequent checkpoints.Which resolve the issue? (Choose.)A. Disable Automatic checkpoint TuningB. Check the size of the redo log file size and increase the size if it is smallC. Set the Fast_start_mttr_target parameter as per the advice given by the MTTR AdvisorD. Decrease the number of redo log members if there is
QUESTION 1You notice the performance of the database have degraded because of frequent checkpoints.Which resolve the issue? (Choose.)A. Disable Automatic checkpoint TuningB. Check the size of the redo log file size and increase the size if it is smallC. Set the Fast_start_mttr_target parameter as per the advice given by the MTTR AdvisorD. Decrease the number of redo log members if there is more than one redo log members available in each redo log grou
also a point of the problem, once the scheduler problems, there will be a single point of failure, So the scheduler becomes a performance bottleneck; Ha is known as a highly available cluster, where MTBF (mean time to failure) and MTTR (mean time to repair) and availability=mtbf/(MTBF+MTTR) are the concept, and once we tend to make MTTR time 0, Cluster high avai
information received by the restart router during Database Synchronization, the restart router sends the information to the peer router.
High Availability networks must be reinforced in many aspects, including Redundant Network Topology Design. In addition, a router with redundant components and software intelligence needs to be deployed. These software intelligence can be used for fault recovery and mitigate the impact of temporary interruptions on the network.
Many Cisco routers use routesPro
DBA's goal is to reduce MTTR (the average recovery time is the downtime after the database fails. The solution is practice, practice, and practice! Continuous simulation experiments) and Data
DBA's goal is to reduce MTTR (the average recovery time is the downtime after the database fails. The solution is practice, practice, and practice! Continuous simulation experiments) and Data
The most important ta
$ statistics_level view to record the statistical information that can be collected by oracle under each parameter:
SQL> ALTER SYSTEM SET statistics_level = basic;
System altered.
SQL> SELECT statistics_name,
2 session_status,
3 system_status,
4 activation_level,
5 session_settable
6 FROM v $ statistics_level
7 order by statistics_name;
Session System Activation Session
Statistics name status level settable
--------------------------
Buffer cache advice disabled typical no
OCP 053:
399. Which of the following is not an advantage of Block Media recovery (BMR )?
A. Reduced MTTR.
B. datafiles remain offline while loading upt blocks are retried red.
C. datafiles remain online while uploading upt blocks are retried red.
D. A and C
Answer: B
Answer:
According
Lowers the mean time to recover (MTTR) because only blocks needing recovery are restored and recovered
Enables affected
), which is the average failure interval, is the expected time for the system to run without fault.MTTR (Mean time to Repair), or mean repair times, is the expected time at which the system can return to normal operation after a failure occurs.MTBF measures the frequency of system failures, and if a system has a short MTBF, it means low system availability, while mttr reflects the resilience of the system to service after a failure, and if the system'
diversified log redo is to prevent damage to log members and improve the safe running time of the database (Mean-Time-between-failures, abbreviated as MTBF ). When multiple logs are redone, different log members in the same log group should be distributed to different disks to prevent disk corruption. If a log group contains only one log member and its unique log member fails to upload media, the database stops running when switching to the log group, and media recovery is required. If a log gr
1. backup and recovery problems
The final result of considering business needs, performance, and capital costs is usually a compromise. It is extremely important to record this scheme, usually in the form of a service level agreemenet ).
The service level agreement is related to backup and recovery in three aspects:
Mean Time (mean time Betwwen failures, MTBF)
Mean time to recover (MTTR)
Data Loss
The goal of DBA is to increase MTBF while reducin
Linux Cluster (Linux cluster)Cluster: A collection of computers, combined in order to solve a particular problem;How the System expands:Scale up: scaling up; Such as: add memory to the original machine, CPU.Scale out: outward expansion; such as: to the original web system, the mail system to add a new machine.If you are interested in understanding the world rankings of servers, can query: www.top500.org in the periodic evaluation of the server, the evaluation of the vector machine.Linux Cluster
Oracle Video Tutorial GoalsOracle Video tutorial, wind Brother this set of Oracle Tutorial training learning Oracle Database backup and recovery concepts and fundamentals, including: Oracle Common failure types, the importance of Oracle backup and backup strategy, Oracle How to develop appropriate backup strategy to ensure efficient backup, Oracle backup classifications, MTTR,MTBR,MTTF, Oracle Physical and logical backups, Oracle Backup recovery tools
indicator of open-source software from release, testing to operation, which is not only related to the quality of software products, but also involves the common indicators of industry reputation of open source software enterprises.
The probability of failure not occurring:
R (x/t) = exp {-[m (t + x)-M (t)]}R (x/t) indicates the probability that the software will not fail in a given interval (t,t+x).
MTTF (Mean time to Failure, mean time-to-failure), which is the average duration of the system'
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.