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
第1题:
● The Work Breakdown Structure (WBS) is the basis for communicating:
A Project scope, cost control, schedule, quality
B Project objectives, dependencies, plan, cost control
C Project scope, schedule, staffing, cost control
D Project scope, quality, schedule, dependencies
E Project budget, schedule, risk factors, work assignments.
第2题:
Youhavearange-partitionedtableinyourdatabase.Eachpartitioninthetablecontainsthesalesdataforaquarter.
Thepartitionrelatedtothecurrentquarterismodifiedfrequentlyandotherpartitionsundergofewerdatamanipulations.Thepreferencesforthetablearesettotheirdefaultvalues.Youcollectstatisticsforthetableusingthefollowingcommandinregularintervals:SQL>EXECUTE
DBMS_STATS.GATHER_TABLE_STATS(’SH’,’SALES’,GRANULARITY=>’GLOBAL’);
Youneedstatisticstobecollectedmorequickly.
Whatcanyoudotoachievethis?()
第3题:
设有一组作业,它们的作业提交时刻及估计运行时间如下所示: 作业号 提交时刻 估计运行时间(分钟) Job1 8:30 70 Job2 9:10 30 Job3 9:30 15 Job4 9:50 5 在单道批处理方式下,采用短作业优先调度算法,作业的执行顺序为
A.Job1,Job4,Job3,Job2
B.Job1,Job3,Job4,Job2
C.Job4,Job3,Job2,Job1
D.Job4,Job1,Job2,Job3
第4题:
What's ( )job? Are ( ) British?
A. your, your
B. you, your
C. your, you
第5题:
A.INDEXES
B.SKIP_INDEXES_MAINTENANCE
C.SKIP_UNUSABLE_INDEXES
D.RESUMABLE
E.INDEXES_UNUSABLE
第6题: