多选题Using the Tivoli Dynamic Workload Console, what are two ways to  change the priority of a job?()AOpen the Set Priority panel from the job properties.BChange the priority of the job stream that contains the job.CSelect the corresponding action from the 

题目
多选题
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?()AOpen the Set Priority panel from the job properties.BChange the priority of the job stream that contains the job.CSelect the corresponding action from the ”相关问题
  • 第1题:

    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

  • 第2题:

    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

  • 第3题:

    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

  • 第4题:

    Assume the scoped attribute priority does NOT yet exist. Which two create and set new request-scoped attribute priority to the value “medium”?() 

    • A、 ${priority = ‘medium’ } 
    • B、 ${requestScope[ ‘priority’ ] = ‘medium’ } 
    • C、 <c:set var=priority” value=”medium” /> 
    • D、 <c:set var=”priority” scope=”request”>medium</C://set> 
    • E、 <c:set var=”priority” value=”medium” scope=”request” /> 
    • F、 <c:set property=”priority” scope=”request”>medium</c:set> 
    • G、 <c:set property=”priority” value=”medium” scope=”request” />

    正确答案:D,E

  • 第5题:

    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

  • 第6题:

    You are creating a job class. You have issued the following command to create the job class:  SQL> BEGIN   DBMS_SCHEDULER.CREATE_JOB_CLASS(        JOB_CLASS_NAME => ’LOW_PRIORITY_CLASS’,        RESOURCE_CONSUMER_GROUP => ’LOW_GROUP’,        LOGGING_LEVEL => DBMS_SCHEDULER.LOGGING_FULL,        LOG_HISTORY => 1200,   COMMENTS => ’LOW JOB PRIORITY CLASS’);        END;        SQL> /   What will be the result of the above command?()

    • A、 The command will be executed successfully.
    • B、 The command will fail because RESOURCE_CONSUMER_GROUP is an invalid parameter in the  DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.
    • C、 The command will fail because LOGGING_LEVEL is an invalid parameter in the DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.
    • D、 The command will fail because LOG_HISTORY is an invalid parameter in the DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.
    • E、 The command will fail because 1200 is an invalid value for the LOG_HISTORY parameter in the  DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.

    正确答案:E

  • 第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题:

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

  • 第9题:

    多选题
    Assume the scoped attribute priority does NOT yet exist. Which two create and set a new request-scopedattribute priority to the value "medium"?()
    A

    ${priority = ’medium’}

    B

    ${requestScope[’priority’] = ’medium’}

    C

    <c:set var=priority value=medium />

    D

    <c:set var=priority scope=request>medium</c:set>

    E

    <c:set var=priority value=medium scope=request />


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

  • 第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题:

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

  • 第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题:

    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

  • 第14题:

    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.

    正确答案:A,C

  • 第15题:

    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

  • 第16题:

    Assume the scoped attribute priority does NOT yet exist. Which two create and set a new request-scopedattribute priority to the value "medium"?()

    • A、${priority = ’medium’}
    • B、${requestScope[’priority’] = ’medium’}
    • C、<c:set var="priority" value="medium" />
    • D、<c:set var="priority" scope="request">medium</c:set>
    • E、<c:set var="priority" value="medium" scope="request" />

    正确答案:D,E

  • 第17题:

    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

  • 第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题:

    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

  • 第20题:

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

  • 第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题:

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

  • 第23题:

    多选题
    Assume the scoped attribute priority does NOT yet exist. Which two create and set new request-scoped attribute priority to the value “medium”?()
    A

     ${priority = ‘medium’ } 

    B

    ${requestScope[ ‘priority’ ] = ‘medium’ }

    C

    <c:set var=priority” value=”medium” />

    D

    <c:set var=”priority” scope=”request”>medium</C://set>

    E

    <c:set var=”priority” value=”medium” scope=”request” />

    F

    <c:set property=”priority” scope=”request”>medium</c:set>

    G

    <c:set property=”priority” value=”medium” scope=”request” />


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

  • 第24题:

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