The job will need to be reenabled before it will execute again.
The job may hold locks on objects referenced within it.
All jobs within the job group will also be stopped.
The job may leave data in an inconsistent state.
There is no danger in using the STOP_JOB procedure.
第1题:
While creating a job class using the DBMS_SCHEDULER package, you set the logging level to LOGGING_RUNS. What would be the impact of this setting?()
第2题:
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?()
第3题:
When a job exceeds the date specified in its END_DATE attribute, which of the following will happen?()
第4题:
If a job references a schedule that has been disabled, what will be the result?()
第5题:
Using the report wizard you create a tabular report to display all the columns in the EMP table. The records are ordered by the deptname and job columns. You need to create a hierarchical report that breaks on the deptname and job values. Using the data model how would you create this break structure?()
第6题:
The job to gather optimizer statistics for objects runs as part of the automatic maintenance window in yourdatabase instance. At a certain point of time, the maintenance window closes before the statistics are gatheredfor all objects. Which statement is true in this scenario()
第7题:
You are responsible for implementing maintenance jobs on a SQL Server 2005 database server. Certain jobs run every Sunday and other jobs run at the beginning of every month. You need to schedule the jobs in the way that uses the least amount of administrative effort. What should you do?()
第8题:
Create a job schedule that runs every Sunday.Assign weekly tasks to this schedule.Create a second schedule that runs on the first day of every month. Assign monthly tasks to this schedule.
Create a job for each task that runs once a day. Use a Transact-SQL statement to check the date and day of the week. If the day is either a Sunday or the first day of the month, execute the code.
Create a job schedule that runs once a day. Assign jobs to this job schedule. If the day is either a Sunday or the first day of the month, execute the jobs.
Create a job for each task that runs once a week on Sunday. Add a second job schedule that runs the job on the first of the month
第9题:
Specify the break order on the gemp group Property palette.
Specify a break order on the dept_name and job columns property palettes.
Click and drag the dept_name and jobs column out and above of the gemp group to create a new parent group.
Change the position of the dept_name and the job columns within the gemp group.
第10题:
Create both jobs by using events raised by the scheduler
Create both jobs by using events raised by the application
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
Create a job to rebuild indexes by using events arised by the Scheduller and then create another job to perform bulk load by using events raised by the application
第11题:
The job will need to be reenabled before it will execute again.
The job may hold locks on objects referenced within it.
All jobs within the job group will also be stopped.
The job may leave data in an inconsistent state.
There is no danger in using the STOP_JOB procedure.
第12题:
Create both jobs by using events raised by the scheduler
Create both jobs by using events raised by the application
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
Create a job to rebuild indexes by using events arised by the Scheduller and then create another job to perform bulk load by using events raised by the application
第13题:
Using the Tivoli Dynamic Workload Console, what are two ways to change the priority of a job?()
第14题:
What is the danger associated with stopping a running job by using the STOP_JOB procedure?()
第15题:
Which two statements are true about a job chain?()
第16题:
Which two statements are true about a job chain? ()(Choose two.)
第17题:
Which two statements are true about a job chain?()
第18题:
You notice that the elapsed time for an important database scheduler Job is unacceptably long. The job belongs to a scheduler job class and window. Which two actions would reduce the job's elapsed time?()
第19题:
Oracle Scheduler would write detailed information to the job log for each run of each job in the job class.
Oracle Scheduler would write detailed information to the job log for the first run of each job in the job class.
Oracle Scheduler would write detailed information to the job log for each run of only the first job in the job class.
Oracle Scheduler would write detailed information for all operations performed on all jobs in the job class.
第20题:
Create a job schedule that runs every Sunday. Assign weekly tasks to this schedule. Create a second schedule that runs on the first day of every month. Assign monthly tasks to this schedule.
Create a job for each task that runs once a day. Use a Transact-SQL statement to check the date and day of the week. If the day is either a Sunday or the first day of the month, execute the code.
Create a job schedule that runs once a day. Assign jobs to this job schedule. If the day is either a Sunday or the first day of the month, execute the jobs.
Create a job for each task that runs once a week on Sunday. Add a second job schedule that runs the job on the first of the month.
第21题:
The statistics collection continues until all objects are processed.
The job is terminated and the statistics collected are restored to a time before the job started.
This produces an error and the statistics collected are locked until the next time that the maintenancewindow is opened.
The job is terminated and the statistics for the remaining objects are collected the next time that themaintenance window is opened
第22题:
The job will be automatically disabled.
The job will never execute.
The job will attempt to execute but will fail.
The job will inherit the DEFAULT_SCHEDULE schedule.
A schedule object cannot be disabled.
第23题:
Increasing the priority of the job class to which the job belongs
Increasing the job's relative priority within the Job class to which it belongs
Increasing the resource allocation for the consumer group mapped to the scheduler job's job class within the plan mapped to the scheduler window
Moving the job to an existing higher priority scheduler window with the same schedule and duration
Increasing the value of the JOB_QUEUE_PROCESSES parameter
Increasing the priority of the scheduler window to which the job belongs