692. Your company wants to upgrade the production database to a Real Application Clusters (RAC)
environment. You set up the best RAC database and want to replay a recorded workload captured from
the production database on the test machine.
The following steps may be used to replay the database workload:
1) Preprocess the captured workload
2) Restart the database in RESTRICTED mode.
3) Set up Replay Clients.
4) Restore the test database to the point when the capture started.
5) Remap connections.
Which is the correct sequence of the required steps?
A.1, 4, 3, 5
B.1, 4, 5, 3
C.2, 1, 5, 3, 4
D.1, 2, 4, 5, 3
Answer: A
答案解析:
参考:http://blog.csdn.net/rlhua/article/details/14053709
个人觉得应该选B.
数据库重放步骤:
捕获工作量--预处理工作量--重放工作量--还原数据库----连接映射--设置客户机--分析