Open the Set Priority panel from the job properties.
Change the priority of the job stream that contains the job.
Select the corresponding action from the Monitor jobs task panel.
Open the job stream properties and drill down to the job priority panel.
The priority of a job can only be changed from the Workload Designer.
第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
第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()
第3题:
Using Job Scheduling Console, how can the external successor chain be viewed when a job needs to be canceled?()
第4题:
Assume the scoped attribute priority does NOT yet exist. Which two create and set new request-scoped attribute priority to the value “medium”?()
第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?()
第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?()
第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?()
第8题:
select Kill from the menu
select Release from the menu
select Cancel Job from the menu
select Cancel Pending from the menu
第9题:
${requestScope[’priority’] = ’medium’}
<c:set var=priority value=medium />
<c:set var=priority scope=request>medium</c:set>
<c:set var=priority value=medium scope=request />
第10题:
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.
第11题:
using the Hyperbolic Viewer
opening the Impact view and displaying the successors
opening the Job Stream Instance editor for its Job Stream Instance
opening the Dependencies window and drilling down to the successors
第12题:
Open the Set Priority panel from the job properties.
Change the priority of the job stream that contains the job.
Select the corresponding action from the Monitor jobs task panel.
Open the job stream properties and drill down to the job priority panel.
The priority of a job can only be changed from the Workload Designer.
第13题:
How can a Job with EXEC as Internal Status be stopped in the Job Scheduling Console?()
第14题:
Using the Tivoli Dynamic Workload Console, what are two ways to change the priority of a job?()
第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? ()
第16题:
Assume the scoped attribute priority does NOT yet exist. Which two create and set a new request-scopedattribute priority to the value "medium"?()
第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?()
第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? ()
第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()
第20题:
change start of day
disable the Carry Forward option
cancel all job streams before start of day
Administrator does not have to take any action
第21题:
SET_JOB_ARGUMENT_VALUE
SET_JOB_VALUE_ANYDATA
SET_JOB_ANYDATA_VALUE
SET_SPECIAL_JOB_VALUE
SET_JOB_ANYTYPE_VALUE
第22题:
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
第23题:
${requestScope[ ‘priority’ ] = ‘medium’ }
<c:set var=priority” value=”medium” />
<c:set var=”priority” scope=”request”>medium</C://set>
<c:set var=”priority” value=”medium” scope=”request” />
<c:set property=”priority” scope=”request”>medium</c:set>
<c:set property=”priority” value=”medium” scope=”request” />
第24题:
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.