网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

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 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.SELECT max(sal),deptno,job FROM EMP group by sal;B.SELECT max(sal),deptno,job FROM EMP group by deptno;C.SELECT max(sal),deptno,job FROM EMP;D.SELECT max(sal),deptno,job FROM EMP group by job;

考题 Protecting the confidentiality, integrity and availability of these information resources is a priority and a job responsibility for all employees at all levels of the company.

考题 Considerthefollowingcodesnippet:BEGINDBMS_SCHEDULER.SET_ATTRIBUTE(name=,,lne_job1,attribute=,,job_priority,value=1);END;/Ifthiscodewereexecuted,whichofthefollowingstatementswouldbetrue?() A.Thepriorityofthelne_job1jobwouldbesetto1.B.Thelne_job1jobwouldbeexecutedsynchronously.C.Thelne_job1jobwouldrunimmediatelyintheuserscurrentsession.D.Thelne_job1jobwouldretainitscurrentpriority.E.Thejobwillimmediatelytakepriorityoverallrunningjobs.

考题 Youexecutedthefollowingcode:BEGINDBMS_SCHEDULER.SET_ATTRIBUTE(NAME=’JOB_A’,ATTRIBUTE=’JOB_PRIORITY’,VALUE=7);END;/Afteranalyzingtheabovecode,whatconclusionwillyoudraw?() A.Thecodewillbeexecutedsuccessfully.B.ThecodewillnotbeexecutedsuccessfullybecausethevalueoftheVALUEparametermustbe1,2,or3.C.ThecodewillnotbeexecutedsuccessfullybecausethevalueoftheVALUEparametermustrangebetween1and5.D.ThecodewillnotbeexecutedsuccessfullybecausenoSET_ATTRIBUTEprocedureexistsintheDBMS_SCHDULERpackage.

考题 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_VALUEB. SET_JOB_VALUE_ANYDATAC. SET_JOB_ANYDATA_VALUED. SET_SPECIAL_JOB_VALUEE. SET_JOB_ANYTYPE_VALUE

考题 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 belongsB. Increasing the job‘s relative priority within the Job class to which it belongsC. Increasing the resource allocation for the consumer group mapped to the scheduler job‘s job class within the plan mapped to the scheduler windowD. Moving the job to an existing higher priority scheduler window with the same schedule and durationE. Increasing the value of the JOB_QUEUE_PROCESSES parameterF. Increasing the priority of the scheduler window to which the job belongs

考题 列出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;

考题 How can a Job with EXEC as Internal Status be stopped in the Job Scheduling Console?()A、 select Kill from the menuB、 select Release from the menuC、 select Cancel Job from the menuD、 select Cancel Pending from the menu

考题 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 ArrayD、From the Online Responder Management Console, select the new Online Responder, and then select Synchronize

考题 Using Job Scheduling Console, how can the external successor chain  be viewed when a job needs to be canceled?()A、 using the Hyperbolic ViewerB、 opening the Impact view and displaying the successorsC、 opening the Job Stream Instance editor for its Job Stream InstanceD、 opening the Dependencies window and drilling down to the successors

考题 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 dayB、 disable the Carry Forward optionC、 cancel all job streams before start of dayD、 Administrator does not have to take any action

考题 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.

考题 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_';

考题 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.

考题 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_VALUEB、SET_JOB_VALUE_ANYDATAC、SET_JOB_ANYDATA_VALUED、SET_SPECIAL_JOB_VALUEE、SET_JOB_ANYTYPE_VALUE

考题 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 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 belongsB、Increasing the job's relative priority within the Job class to which it belongsC、Increasing the resource allocation for the consumer group mapped to the scheduler job's job class within the plan mapped to the scheduler windowD、Moving the job to an existing higher priority scheduler window with the same schedule and durationE、Increasing the value of the JOB_QUEUE_PROCESSES parameterF、Increasing the priority of the scheduler window to which the job belongs

考题 列出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;

考题 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.

考题 单选题How can a Job with EXEC as Internal Status be stopped in the Job Scheduling Console?()A  select Kill from the menuB  select Release from the menuC  select Cancel Job from the menuD  select Cancel Pending from the menu

考题 单选题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 dayB  disable the Carry Forward optionC  cancel all job streams before start of dayD  Administrator does not have to take any action

考题 单选题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_VALUEB  SET_JOB_VALUE_ANYDATAC  SET_JOB_ANYDATA_VALUED  SET_SPECIAL_JOB_VALUEE  SET_JOB_ANYTYPE_VALUE

考题 单选题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.

考题 多选题Which statement describes the significance of the CHANGE FAILURE command in RMAN?()AIt is used to change failure priority only for HIGH or LOW priorities.BIt is used to execute the advised repair script.CIt is used to change failure priority only for the CRITICAL priority.DIt is used to explicitly close the open failures.EIt is used to inform the database about the repair after the repair script executes.

考题 多选题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?()AIncreasing the priority of the job class to which the job belongsBIncreasing the job's relative priority within the Job class to which it belongsCIncreasing the resource allocation for the consumer group mapped to the scheduler job's job class within the plan mapped to the scheduler windowDMoving the job to an existing higher priority scheduler window with the same schedule and durationEIncreasing the value of the JOB_QUEUE_PROCESSES parameterFIncreasing the priority of the scheduler window to which the job belongs

考题 单选题Using Job Scheduling Console, how can the external successor chain  be viewed when a job needs to be canceled?()A  using the Hyperbolic ViewerB  opening the Impact view and displaying the successorsC  opening the Job Stream Instance editor for its Job Stream InstanceD  opening the Dependencies window and drilling down to the successors

考题 多选题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 Monitor jobs task panel.DOpen the job stream properties and drill down to the job priority  panel.EThe priority of a job can only be changed from the Workload  Designer.