The member jobs would get dropped when the job class is dropped.
Both the jobs would be executed concurrently.
The member jobs would get disabled when the job class is dropped.
The attributes defined at the class level would be applied to both the jobs.
Jobs in the job class must have been assigned the same priority.
第1题:
Consider the following code snippet: BEGIN DBMS_SCHEDULER.SET_ATTRIBUTE ( name => ,,lne_job1, attribute => ,,job_priority, value => 1); END; / If this code were executed, which of the following statements would be true?()
第2题:
For which two situations would you use functionality provided by the Resource Manager? ()(Choose two.)
第3题:
Which two statements are true about a job chain?()
第4题:
Which two statements are true about a job chain? ()(Choose two.)
第5题:
You create two resource plans, one for data warehouse loading jobs at night and the other for application jobs at day time. You want the resource plans to activate automatically so that the resource allocation is optimum as desired by the activity.How would you achieve this? ()
第6题:
A job chain can contain a nested chain of jobs.
The jobs in a job chain cannot have more than one dependency.
A job of the CHAIN type can be run using event-based or time-based schedules.
The jobs in a job chain can be executed only by using the events generated by the Scheduler
第7题:
A job chain can contain a nested chain of jobs
The jobs in a job chain cannot have more than one dependency
A job of the CHAIN type can be run using event-based or time-based schedules
The jobs in a job chain can be executed only by using the events generated by the Scheduler
第8题:
setting idle timeout limits on resource plans
saving storage space by using compressed backup sets
creating jobs that will run automatically at a scheduled time
assigning priorities to jobs to manage access to system resources
creating alerts to perform notification when tablespaces are low on available space resources
第9题:
use DBMS_IJOB package
use Oracle Scheduler
use DBMS_JOB package
use Oracle Data Pump Export and Import
第10题:
once college graduates take a temporary job, they soon get used to it
college graduates have the habit of taking temporary jobs
many college graduates might never find jobs for which they are trained
college graduates are accustomed to taking permanent jobs
第11题:
A window must have been created with the WEEKEND_PLAN resource plan.
A program must have been created with the WEEKEND_PLAN resource plan.
A job class must have been created with the WEEKEND_PLAN resource plan.
A window group must have been created with the WEEKEND_PLAN resource plan.
第12题:
The member jobs would get dropped when the job class is dropped.
Both the jobs would be executed concurrently.
The member jobs would get disabled when the job class is dropped.
The attributes defined at the class level would be applied to both the jobs.
Jobs in the job class must have been assigned the same priority.
第13题:
Using Oracle Scheduler you have scheduled two jobs, JOB_Aand JOB_B, to run at 9:00 p.m. every Friday. You want both the jobs to use a single resource plan, WEEKEND_PLAN. Which task must have already been performed to enable you to achieve this objective?()
第14题:
For which two situations would you use functionality provided by the Resource Manager?()
第15题:
Very soon you will be performing maintenance operations. You would have several jobs to run as soon as the maintenance period starts. Which method would you use to create jobs without specifying the time period when the job should be run?()
第16题:
You have created a job class, CUST_JOB_1, with two jobs, CUST_JOB_1_A and CUST_JOB_1_B. Which two statements are true? ()
第17题:
Which two statements are true about a job chain?()
第18题:
A job chain can contain a nested chain of jobs.
The jobs in a job chain cannot have more than one dependency.
A job of the CHAIN type can be run using event-based or time-based schedules.
The jobs in a job chain can be executed only by using the events generated by the Scheduler
第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题:
The worst of layoff is the society’s work-ethic morality.
Unemployment brings great mental hurt to people.
Those who lost their jobs become easily depressed.
Those who lost jobs would value any job they can get.
第21题:
The priority of the lne_job1 job would be set to 1.
The lne_job1 job would be executed synchronously.
The lne_job1 job would run immediately in the users current session.
The lne_job1 job would retain its current priority.
The job will immediately take priority over all running jobs.
第22题:
once college graduates take a temporary job, they soon get used to it
college graduates have the habit of taking temporary jobs
many college graduates might never find jobs for which they are trained
college graduates are accustomed to taking permanent jobs
第23题:
setting idle timeout limits on resource plans
saving storage space by using compressed backup sets
creating jobs that will run automatically at a scheduled time
assigning priorities to jobs to manage access to system resources
creating alerts to perform notification when tablespaces are low on available space resources
第24题:
enables Oracle database to schedule which processes execute on which processors in a multiple CPU environment
enables Oracle database to do patches according to a DBA-defined schedule
enables you to schedule the execution of jobs based on time
enables you to execute jobs in a clustered environment
enables you to periodically execute operating systemscript files located on the same server as the database
enables you to create a job that makes use of saved programs and schedules
enables you to automate the management of the jobs that are created using the DBMS_JOB package