OCP 1Z0 053 117

来源:互联网 发布:13种网络钓鱼诈骗类型 编辑:程序博客网 时间:2024/05/22 03:28
117.Which two changes and their effect on the system can be tested by using the Database Replay 
feature? (Choose two.) 
A. multiplexing of the control file 
B. adding the redo log member to the database 
C. database and operating system upgrades 
D. changing the database storage to ASM-managed storage 
Answer: CD 

http://docs.oracle.com/cd/E11882_01/server.112/e41481/rat_intro.htm#RATUG102

1.2 Database Replay

Before system changes are made, such as hardware and software upgrades, extensive testing is usually performed in a test environment to validate the changes. However, despite the testing, the new system often experiences unexpected behavior when it enters production because the testing was not performed using a realistic workload. The inability to simulate a realistic workload during testing is one of the biggest challenges when validating system changes.

Database Replay enables realistic testing of system changes by essentially re-creating the production workload environment on a test system. Using Database Replay, you can capture a workload on the production system and replay it on a test system with the exact timing, concurrency, and transaction characteristics of the original workload. This enables you to fully assess the impact of the change, including undesired results, new contention points, or plan regressions. Extensive analysis and reporting is provided to help identify any potential problems, such as new errors encountered and performance divergence.

Database Replay performs workload capture of external client workload at the database level and has negligible performance overhead. Capturing the production workload eliminates the need to develop simulation workloads or scripts, resulting in significant cost reduction and time savings. By using Database Replay, realistic testing of complex applications that previously took months using load simulation tools can now be completed in days. This enables you to rapidly test changes and adopt new technologies with a higher degree of confidence and at lower risk.

You can use Database Replay to test any significant system changes, including:

  • Database and operating systemupgrades

  • Configuration changes, such as conversion of a database from a single instance to an Oracle Real Application Clusters (Oracle RAC) environment

  • Storage, network, and interconnect changes

  • Operating system and hardware migrations


0 0