问答题Psychological techniques used to lessen the effort involved in a given job include a detailed study of the motion required to do the job, the equipment used, and the conditions under which the job is performed.

问答题
Psychological techniques used to lessen the effort involved in a given job include a detailed study of the motion required to do the job, the equipment used, and the conditions under which the job is performed.

参考解析

解析:

相关考题:

— () — I’m planning to go to Canada for further study. A.Why are you going to resign your current job?B.When do you intend to resign your current job?C.What is your intention after resigning your current job?

To set the history retention period for either window logging or job logging individually, which parameters of the SET_SCHEDULER_ATTRIBUTE procedure need to be used?() A. LOG_HISTORYB. JOB_LOG_RETENTIONC. WINDOW_LOG_RETENTIOND. WHICH_LOGE. LOG_NAME

Which DBMS_SCHEDULER procedure(s) can be used to alter an existing job? () A. SET_ATTRIBUTE_NULLB. ALTER_JOBC. ALTER_JOB_PARAMETERSD. ALTERE. SET_ATTRIBUTE

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

You are the network administrator for TestKing. You manage a Windows Server2003 computer named TestKing4 that functions as an application server.TestKing4 will be used for development during the next 30 days. You need to backup all data on TestKing4 every day for the next 30 days.You need to automate the backups of TestKing4 to meet these businessrequirements. You want to achieve this goal by using the minimum amount ofadministrative effort.What should you do?()A. Create a scheduled backup job as a normal backup. Copy the backup job, and modify the start date so that one job starts every day for the next 30 days.B. Create a scheduled backup job as a daily backup. Set the start date of the job for today, and set the end date for 30 days from today.C. Create a scheduled backup job as a copy backup. Copy the backup job, and modify the start date so that one job starts every day for the next 30 days.D. Create a scheduled backup job as a normal backup. Set the start date of the job for today, and set the end date for 30 days from today.

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.

You want to purge job entries older than 5 days from the job log. You do not want to purge window log entries. Which command will you use to accomplish this task?()  A、 EXECUTE DBMS_SCHEDULER.PURGE_LOG(log_history = 5, job_name = ’JOB1’);B、 EXECUTE DBMS_SCHEDULER.PURGE_LOG( log_history = 5, job_name = ’JOB_LOG’);C、 EXECUTE DBMS_SCHEDULER.PURGE_LOG( log_history = 5, which_log = ’JOB1’);D、 EXECUTE DBMS_SCHEDULER.PURGE_LOG( log_history = 5, which_log =’JOB_LOG’);

Where is the run date for an ‘at’ job located?()A、Within the job environment set upB、Within the user data of the at jobC、In the file name preceeded with a useridD、In a special file used by the cron daemon

What is the use of work assets on safety plans? ()A、 The work asset determines to which assets and locations a safety plan can be applied.B、 Only safety plans with associated work assets can be used in combination with job plans.  C、 The safety plan can only be applied to work orders with the same asset or location associated.D、 The work assets combined with the work on a job plan dictate which safety information is required.

Which DBMS_SCHEDULER procedure(s) can be used to alter an existing job?()A、 SET_ATTRIBUTE_NULLB、 ALTER_JOBC、 ALTER_JOB_PARAMETERSD、 ALTERE、 SET_ATTRIBUTE

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

To set the history retention period for either window logging or job logging individually, which parameters of the SET_SCHEDULER_ATTRIBUTE procedure need to be used?()A、 LOG_HISTORYB、 JOB_LOG_RETENTIONC、 WINDOW_LOG_RETENTIOND、 WHICH_LOGE、 LOG_NAME

Which of the following tasks is not performed by the job coordinator?()A、Update job log when a job completesB、Spawn and remove job slavesC、Write/read job info to/from memory cacheD、Query job tableE、Pass job information to job slaves

You are creating a job class. You want access to the detailed information for all the runs of each job in the class and every operation performed on every job in the class. Which setting will you use for the LOGGING_LEVEL parameter?()A、 LOGGING_OFFB、 LOGGING_RUNSC、 LOGGING_FULLD、 LOGGING_NULL

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

William is creating a job class. William specifies the LOGGING_FULL setting for the LOGGING_LEVEL attribute at the time of job class creation. What is the impact of using this setting?()  A、 Detailed information regarding the first run of each job in the class will be written in the job log, and every operation performed on the job class will be logged.B、 Detailed information regarding each run of only the first job in the class will be written in the job log, and every operation performed on the job class will be logged.C、 Detailed information regarding each run of each job in the class will be written in the job log, and every operation  performed on the job class will be logged.D、 Detailed information regarding each run of each job in the class will be written in the job log, but operations performed on the job class will not be logged.

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

单选题According to the passage, under the great pressure of life, many women _____.Awill do a part-time job along with the full-time jobBwould rather stay at home than apply for a part-time positionCwould be fired if they can not finish the job quicklyDwill agree to have their working hours shortened if required

单选题When building the job stream MASTER#NEW_STREAM in the composer  command line, which option should be used to apply the settings in the  Variable Table "LIVE_VARS" to be associated to the  jobs in the job stream?()A AB BC CD D

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

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

单选题A test in industrial psychology is used to find out _____.Aa worker's achievementsBa worker's potential for a certain jobCa worker's psychological problemDa worker's motivation for a certain job

单选题Which of the following tasks is not performed by the job coordinator?()AUpdate job log when a job completesBSpawn and remove job slavesCWrite/read job info to/from memory cacheDQuery job tableEPass job information to job slaves

单选题Where is the run date for an ‘at’ job located?()AWithin the job environment set upBWithin the user data of the at jobCIn the file name preceeded with a useridDIn a special file used by the cron daemon

多选题Which DBMS_SCHEDULER procedure(s) can be used to alter an existing job? ()ASET_ATTRIBUTE_NULLBALTER_JOBCALTER_JOB_PARAMETERSDALTERESET_ATTRIBUTE

多选题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