多选题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? ()AThe member jobs would get dropped when the job class is dropped.BBoth the jobs would be executed concurrently.CThe member jobs wou

题目
多选题
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? ()
A

The member jobs would get dropped when the job class is dropped.

B

Both the jobs would be executed concurrently.

C

The member jobs would get disabled when the job class is dropped.

D

The attributes defined at the class level would be applied to both the jobs.

E

Jobs in the job class must have been assigned the same priority.


相似考题
更多“多选题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? ()AThe member jobs would get dropped when the job class is dropped.BBoth the jobs would be executed concurrently.CThe member jobs wou”相关问题
  • 第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?()

    • A、 The priority of the lne_job1 job would be set to 1.
    • B、 The lne_job1 job would be executed synchronously.
    • C、 The lne_job1 job would run immediately in the users current session.
    • D、 The lne_job1 job would retain its current priority.
    • E、 The job will immediately take priority over all running jobs.

    正确答案:A

  • 第2题:

    For which two situations would you use functionality provided by the Resource Manager? ()(Choose two.)

    • A、setting idle timeout limits on resource plans
    • B、saving storage space by using compressed backup sets
    • C、creating jobs that will run automatically at a scheduled time
    • D、assigning priorities to jobs to manage access to system resources
    • E、creating alerts to perform notification when tablespaces are low on available space resources

    正确答案:A,D

  • 第3题:

    Which two statements are true about a job chain?()

    • A、A job chain can contain a nested chain of jobs.
    • B、The jobs in a job chain cannot have more than one dependency.
    • C、A job of the CHAIN type can be run using event-based or time-based schedules.
    • D、The jobs in a job chain can be executed only by using the events generated by the Scheduler

    正确答案:A,C

  • 第4题:

    Which two statements are true about a job chain? ()(Choose two.)

    • A、A job chain can contain a nested chain of jobs.
    • B、The jobs in a job chain cannot have more than one dependency.
    • C、A job of the CHAIN type can be run using event-based or time-based schedules.
    • D、The jobs in a job chain can be executed only by using the events generated by the Scheduler

    正确答案:A,C

  • 第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? ()

    • A、Implement job classes 
    • B、Implement Scheduler windows
    • C、Implement the mapping rule for the consumer groups 
    • D、Set the SWITCH_TIME resource plan directive for both the resource plans

    正确答案:B

  • 第6题:

    多选题
    Which two statements are true about a job chain?()
    A

    A job chain can contain a nested chain of jobs.

    B

    The jobs in a job chain cannot have more than one dependency.

    C

    A job of the CHAIN type can be run using event-based or time-based schedules.

    D

    The jobs in a job chain can be executed only by using the events generated by the Scheduler


    正确答案: D,B
    解析: 暂无解析

  • 第7题:

    多选题
    Which two statements are true about a job chain?()
    A

    A job chain can contain a nested chain of jobs

    B

    The jobs in a job chain cannot have more than one dependency

    C

    A job of the CHAIN type can be run using event-based or time-based schedules

    D

    The jobs in a job chain can be executed only by using the events generated by the Scheduler


    正确答案: A,D
    解析: 暂无解析

  • 第8题:

    多选题
    For which two situations would you use functionality provided by the Resource Manager? ()(Choose two.)
    A

    setting idle timeout limits on resource plans

    B

    saving storage space by using compressed backup sets

    C

    creating jobs that will run automatically at a scheduled time

    D

    assigning priorities to jobs to manage access to system resources

    E

    creating alerts to perform notification when tablespaces are low on available space resources


    正确答案: A,D
    解析: 暂无解析

  • 第9题:

    单选题
    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?()
    A

     use DBMS_IJOB package

    B

     use Oracle Scheduler

    C

     use DBMS_JOB package

    D

     use Oracle Data Pump Export and Import


    正确答案: B
    解析: 暂无解析

  • 第10题:

    单选题
    By saying “These ‘temporary’ jobs have a habit of becoming permanent” (Line 6~7,Para.1), the author means ______.
    A

    once college graduates take a temporary job, they soon get used to it

    B

    college graduates have the habit of taking temporary jobs

    C

    many college graduates might never find jobs for which they are trained

    D

    college graduates are accustomed to taking permanent jobs


    正确答案: C
    解析:
    首段第四句The result is that the graduates cannot enter the professions for which they are trained and must take temporary jobs, which do not require a college degree.指出大学毕业生找不到专业对口的工作,只能做一些临时性的工作,而这些工作根本用不着大学学历。由此可知,如果市场不能为大学毕业生提供专业对口的工作,那么高端人才只能去做临时工,这会成为惯例,因此选C)“许多大学毕业生也许永远找不到专业对口的工作”。

  • 第11题:

    单选题
    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?()
    A

     A window must have been created with the WEEKEND_PLAN resource plan.

    B

     A program must have been created with the WEEKEND_PLAN resource plan.

    C

     A job class must have been created with the WEEKEND_PLAN resource plan.

    D

     A window group must have been created with the WEEKEND_PLAN resource plan.


    正确答案: B
    解析: 暂无解析

  • 第12题:

    多选题
    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? ()
    A

    The member jobs would get dropped when the job class is dropped.

    B

    Both the jobs would be executed concurrently.

    C

    The member jobs would get disabled when the job class is dropped.

    D

    The attributes defined at the class level would be applied to both the jobs.

    E

    Jobs in the job class must have been assigned the same priority.


    正确答案: A,E
    解析: 暂无解析

  • 第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?()

    • A、 A window must have been created with the WEEKEND_PLAN resource plan.
    • B、 A program must have been created with the WEEKEND_PLAN resource plan.
    • C、 A job class must have been created with the WEEKEND_PLAN resource plan.
    • D、 A window group must have been created with the WEEKEND_PLAN resource plan.

    正确答案:C

  • 第14题:

    For which two situations would you use functionality provided by the Resource Manager?()

    • A、setting idle timeout limits on resource plans
    • B、saving storage space by using compressed backup sets
    • C、creating jobs that will run automatically at a scheduled time
    • D、assigning priorities to jobs to manage access to system resources
    • E、creating alerts to perform notification when tablespaces are low on available space resources

    正确答案:A,D

  • 第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?()

    • A、 use DBMS_IJOB package
    • B、 use Oracle Scheduler
    • C、 use DBMS_JOB package
    • D、 use Oracle Data Pump Export and Import

    正确答案:B

  • 第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? ()

    • A、 The member jobs would get dropped when the job class is dropped.
    • B、 Both the jobs would be executed concurrently.
    • C、 The member jobs would get disabled when the job class is dropped.
    • D、 The attributes defined at the class level would be applied to both the jobs.
    • E、 Jobs in the job class must have been assigned the same priority.

    正确答案:C,D

  • 第17题:

    Which two statements are true about a job chain?()

    • A、 A job chain can contain a nested chain of jobs
    • B、 The jobs in a job chain cannot have more than one dependency
    • C、 A job of the CHAIN type can be run using event-based or time-based schedules
    • D、 The jobs in a job chain can be executed only by using the events generated by the Scheduler

    正确答案:A,C

  • 第18题:

    多选题
    Which two statements are true about a job chain? ()(Choose two.)
    A

    A job chain can contain a nested chain of jobs.

    B

    The jobs in a job chain cannot have more than one dependency.

    C

    A job of the CHAIN type can be run using event-based or time-based schedules.

    D

    The jobs in a job chain can be executed only by using the events generated by the Scheduler


    正确答案: B,A
    解析: 暂无解析

  • 第19题:

    单选题
    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?()
    A

     Oracle Scheduler would write detailed information to the job log for each run of each job in the job class.

    B

     Oracle Scheduler would write detailed information to the job log for the first run of each job in the job class.

    C

     Oracle Scheduler would write detailed information to the job log for each run of only the first job in the job class.

    D

     Oracle Scheduler would write detailed information for all operations performed on all jobs in the job class.


    正确答案: A
    解析: 暂无解析

  • 第20题:

    单选题
    Which statement is NOT true according to the passage?
    A

    The worst of layoff is the society’s work-ethic morality.

    B

    Unemployment brings great mental hurt to people.

    C

    Those who lost their jobs become easily depressed.

    D

    Those who lost jobs would value any job they can get.


    正确答案: A
    解析:
    文章第二段的第一句话指出,最糟糕的不是社会的工作道德观,而是你自己的道德观,所以A“失业最糟糕的是社会的工作道德观”是不符文意的。B“失业给人们带来巨大的伤害”,C“失业的人很容易情绪低落”,和D“失业的人会珍视他们将得到的任何工作”都是文章所要表达的。

  • 第21题:

    单选题
    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?()
    A

     The priority of the lne_job1 job would be set to 1.

    B

     The lne_job1 job would be executed synchronously.

    C

     The lne_job1 job would run immediately in the users current session.

    D

     The lne_job1 job would retain its current priority.

    E

     The job will immediately take priority over all running jobs.


    正确答案: C
    解析: 暂无解析

  • 第22题:

    单选题
    By saying “These ‘temporary’ jobs have a habit of becoming permanent” (Para. 1), the author means _____.
    A

    once college graduates take a temporary job, they soon get used to it

    B

    college graduates have the habit of taking temporary jobs

    C

    many college graduates might never find jobs for which they are trained

    D

    college graduates are accustomed to taking permanent jobs


    正确答案: D
    解析:
    首段第四句指出“The result is that the graduates cannot enter the professions for which they are trained and must take temporary jobs, which do not require a college degree”,大学毕业生找不到专业对口的工作,只能做一些临时性的工作,而这些工作根本用不着大学学历。由此可知,如果市场不能为大学毕业生提供专业对口的工作,那么高端人才只能去做临时工,这会成为惯例,因此选C“许多大学毕业生也许永远找不到专业对口的工作”。

  • 第23题:

    多选题
    For which two situations would you use functionality provided by the Resource Manager?()
    A

    setting idle timeout limits on resource plans

    B

    saving storage space by using compressed backup sets

    C

    creating jobs that will run automatically at a scheduled time

    D

    assigning priorities to jobs to manage access to system resources

    E

    creating alerts to perform notification when tablespaces are low on available space resources


    正确答案: A,B
    解析: 暂无解析

  • 第24题:

    多选题
    Identify four uses of the Oracle Scheduler.()
    A

    enables Oracle database to schedule which processes execute on which processors in a multiple CPU environment

    B

    enables Oracle database to do patches according to a DBA-defined schedule

    C

    enables you to schedule the execution of jobs based on time

    D

    enables you to execute jobs in a clustered environment

    E

    enables you to periodically execute operating systemscript files located on the same server as the database

    F

    enables you to create a job that makes use of saved programs and schedules

    G

    enables you to automate the management of the jobs that are created using the DBMS_JOB package


    正确答案: D,F
    解析: 暂无解析