ocp-451

QUESTION NO: 451
You want to schedule a job to rebuild all indexes on the SALES table after the completion of a bulk load
operation. The bulk load operation must also be a scheduled job that executes as soon as the first file that
contains data arrives on the system.
How would you create these jobs?
A. Create both jobs by using events raised by the scheduler
B. Create both jobs by using events raised by the application
C. Create a job to rebuild indexes by using events arised by the application and then create another job to
perform bulk load by using events raised by the scheduler
D. Create a job to rebuild indexes by using events arised by the Scheduler and then create another job to
perform bulk load by using events raised by the application
Answer: D

你要在完成批量装载操作后计划一个作业以重建销售表上的所有索引。批
量装载操作也必须是一个预定的作业,一旦包含数据的第一个文件送到系统上就执行该作业。
你将如何创建这些作业?

D.使用由调度程序发出的事件去创建重建索引的作业,然后再通过使用应用程序发出的事件来创建另一个执行批量负荷的作业。

你可能感兴趣的:(ocp-451)