Using the Tivoli Dynamic Workload Console, what are two ways to  change the priority of a job?()A、 Open the "Set Priority" panel from the job properties.B、 Change the priority of the job stream that contains the job.C、 Select the corresponding action from

题目

Using the Tivoli Dynamic Workload Console, what are two ways to  change the priority of a job?()

  • A、 Open the "Set Priority" panel from the job properties.
  • B、 Change the priority of the job stream that contains the job.
  • C、 Select the corresponding action from the Monitor jobs task panel.
  • D、 Open the job stream properties and drill down to the job priority  panel.
  • E、 The priority of a job can only be changed from the Workload  Designer.

相似考题
更多“Using the Tivoli Dynamic Workload Console, what are two ways to  change the priority of a job?()A、 Open the "Set Priority" panel from the job properties.B、 Change the priority of the job stream that contains the job.C、 Select the corresponding action from”相关问题
  • 第1题:

    When setting arguments for a job, which procedure do you use for types that cannot be implicitly converted to and from a VARCHAR2 datatype?()

    A. SET_JOB_ARGUMENT_VALUE

    B. SET_JOB_VALUE_ANYDATA

    C. SET_JOB_ANYDATA_VALUE

    D. SET_SPECIAL_JOB_VALUE

    E. SET_JOB_ANYTYPE_VALUE


    参考答案:C

  • 第2题:

    列出EMP表中,从事每个工种(JOB)的员工人数()

    A.select job from emp;

    B.select job,count(*) from emp;

    C.select distinct job,count(*) from emp;

    D.select job,count(*) from emp group by job;

    E.select job,sum(empno) from emp group by job;


    参考答案:D

  • 第3题:

    You add an Online Responder to an Online Responder Array. You need to ensure that the new  Online Responder resolves synchronization conflicts for all members of the Array.     What should you do()

    • A、From Network Load Balancing Manager, set the priority ID of the new Online Responder to 1.
    • B、From Network Load Balancing Manager, set the priority ID of the new Online Responder to 32.
    • C、From the Online Responder Management Console, select the new Online Responder, and then select Set as Array
    • D、From the Online Responder Management Console, select the new Online Responder, and then select Synchronize

    正确答案:C

  • 第4题:

    An IBM Tivoli Workload Scheduler administrator finds that most of  the job streams are carried forward during each production day.  Which  action should the administrator take to ensure that only a  few job streams need to be carried forward? ()

    • A、 change start of day
    • B、 disable the Carry Forward option
    • C、 cancel all job streams before start of day
    • D、 Administrator does not have to take any action

    正确答案:A

  • 第5题:

    The EMPLOYEES table contains these columns: EMPLOYEE_ID NUMBER(4) LAST_NAME VARCHAR2 (25) JOB_ID VARCHAR2(10) You want to search for strings that contain 'SA_' in the JOB_ID column. Which SQL statement do you use?()

    • A、SELECT employee_id, last_name, job_id FROM employees WHERE job_id LIKE '%SA/_%' ESCAPE '/';
    • B、SELECT employee_id, last_name, job_id FROM employees WHERE job_id LIKE '%SA_';
    • C、SELECT employee_id, last_name, job_id FROM employees WHERE job_id LIKE '%SA_' ESCAPE "/";
    • D、SELECT employee_id, last_name, job_id FROM employees WHERE job_id = '%SA_';

    正确答案:A

  • 第6题:

    When setting arguments for a job, which procedure do you use for types that cannot be implicitly converted to and from a VARCHAR2 datatype?()

    • A、SET_JOB_ARGUMENT_VALUE
    • B、SET_JOB_VALUE_ANYDATA
    • C、SET_JOB_ANYDATA_VALUE
    • D、SET_SPECIAL_JOB_VALUE
    • E、SET_JOB_ANYTYPE_VALUE

    正确答案:C

  • 第7题:

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

    • A、Increasing the priority of the job class to which the job belongs
    • B、Increasing the job's relative priority within the Job class to which it belongs
    • C、Increasing the resource allocation for the consumer group mapped to the scheduler job's job class within the plan mapped to the scheduler window
    • D、Moving the job to an existing higher priority scheduler window with the same schedule and duration
    • E、Increasing the value of the JOB_QUEUE_PROCESSES parameter
    • F、Increasing the priority of the scheduler window to which the job belongs

    正确答案:B,C

  • 第8题:

    You add an Online Responder to an Online Responder Array.   You need to ensure that the new Online Responder resolves synchronization conflicts for all members of  the Array.   What should you do()

    • A、From Network Load Balancing Manager, set the priority ID of the new Online Responder to 1.
    • B、From Network Load Balancing Manager, set the priority ID of the new Online Responder to 32.
    • C、From the Online Responder Management Console, select the new Online Responder, and then select  Set as Array Controller.
    • D、From the Online Responder Management Console, select the new Online Responder, and then select  Synchronize Members with Array Controller.

    正确答案:C

  • 第9题:

    单选题
    An IBM Tivoli Workload Scheduler administrator finds that most of  the job streams are carried forward during each production day.  Which  action should the administrator take to ensure that only a  few job streams need to be carried forward? ()
    A

     change start of day

    B

     disable the Carry Forward option

    C

     cancel all job streams before start of day

    D

     Administrator does not have to take any action


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

  • 第10题:

    单选题
    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
    解析: 暂无解析

  • 第11题:

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

    Increasing the priority of the job class to which the job belongs

    B

    Increasing the job's relative priority within the Job class to which it belongs

    C

    Increasing the resource allocation for the consumer group mapped to the scheduler job's job class within the plan mapped to the scheduler window

    D

    Moving the job to an existing higher priority scheduler window with the same schedule and duration

    E

    Increasing the value of the JOB_QUEUE_PROCESSES parameter

    F

    Increasing the priority of the scheduler window to which the job belongs


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

  • 第12题:

    多选题
    Using the Tivoli Dynamic Workload Console, what are two ways to  change the priority of a job?()
    A

    Open the Set Priority panel from the job properties.

    B

    Change the priority of the job stream that contains the job.

    C

    Select the corresponding action from the Monitor jobs task panel.

    D

    Open the job stream properties and drill down to the job priority  panel.

    E

    The priority of a job can only be changed from the Workload  Designer.


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

  • 第13题:

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

    A. Increasing the priority of the job class to which the job belongs

    B. Increasing the job‘s relative priority within the Job class to which it belongs

    C. Increasing the resource allocation for the consumer group mapped to the scheduler job‘s job class within the plan mapped to the scheduler window

    D. Moving the job to an existing higher priority scheduler window with the same schedule and duration

    E. Increasing the value of the JOB_QUEUE_PROCESSES parameter

    F. Increasing the priority of the scheduler window to which the job belongs


    参考答案:B, C

  • 第14题:

    How can a Job with EXEC as Internal Status be stopped in the Job Scheduling Console?()

    • A、 select Kill from the menu
    • B、 select Release from the menu
    • C、 select Cancel Job from the menu
    • D、 select Cancel Pending from the menu

    正确答案:A

  • 第15题:

    Using Job Scheduling Console, how can the external successor chain  be viewed when a job needs to be canceled?()

    • A、 using the Hyperbolic Viewer
    • B、 opening the Impact view and displaying the successors
    • C、 opening the Job Stream Instance editor for its Job Stream Instance
    • D、 opening the Dependencies window and drilling down to the successors

    正确答案:B

  • 第16题:

    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

  • 第17题:

    Which statement describes the significance of the CHANGE FAILURE command in RMAN?()

    • A、 It is used to change failure priority only for HIGH or LOW priorities.
    • B、 It is used to execute the advised repair script.
    • C、 It is used to change failure priority only for the CRITICAL priority.
    • D、 It is used to explicitly close the open failures.
    • E、 It is used to inform the database about the repair after the repair script executes.

    正确答案:A,D

  • 第18题:

    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

  • 第19题:

    列出EMP表中,从事每个工种(JOB)的员工人数()

    • A、select job from emp;
    • B、select job,count(*) from emp;
    • C、select distinct job,count(*) from emp;
    • D、select job,count(*) from emp group by job;
    • E、select job,sum(empno) from emp group by job;

    正确答案:D

  • 第20题:

    单选题
    How can a Job with EXEC as Internal Status be stopped in the Job Scheduling Console?()
    A

     select Kill from the menu

    B

     select Release from the menu

    C

     select Cancel Job from the menu

    D

     select Cancel Pending from the menu


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

  • 第21题:

    单选题
    When setting arguments for a job, which procedure do you use for types that cannot be implicitly converted to and from a VARCHAR2 datatype?()
    A

     SET_JOB_ARGUMENT_VALUE

    B

     SET_JOB_VALUE_ANYDATA

    C

     SET_JOB_ANYDATA_VALUE

    D

     SET_SPECIAL_JOB_VALUE

    E

     SET_JOB_ANYTYPE_VALUE


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

  • 第22题:

    多选题
    Which statement describes the significance of the CHANGE FAILURE command in RMAN?()
    A

    It is used to change failure priority only for HIGH or LOW priorities.

    B

    It is used to execute the advised repair script.

    C

    It is used to change failure priority only for the CRITICAL priority.

    D

    It is used to explicitly close the open failures.

    E

    It is used to inform the database about the repair after the repair script executes.


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

  • 第23题:

    单选题
    Using Job Scheduling Console, how can the external successor chain  be viewed when a job needs to be canceled?()
    A

     using the Hyperbolic Viewer

    B

     opening the Impact view and displaying the successors

    C

     opening the Job Stream Instance editor for its Job Stream Instance

    D

     opening the Dependencies window and drilling down to the successors


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