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


参考解析

解析: 暂无解析

相关考题:

The user SYS creates a job by using the following command:Which two statements are true about the job that was created by the preceding command?() A. The job is enabled by default after creationB. The job is automatically dropped after the end dateC. The job executes with the privileges of the user SYSD.

You want to schedule a job to rebuild all indexes on the SALES table after the completion of a bulk load operation. The bulk load operation must also be a scheduled job that executes as soon as the first file that contains data arrives on the system.How would you create these jobs?()A. Create both jobs by using events raised by the schedulerB. Create both jobs by using events raised by the applicationC. Create a job to rebuild indexes by using events arised by the application and then create another job to perform bulk load by using events raised by the schedulerD. Create a job to rebuild indexes by using events arised by the Scheduler and then create another job to perform bulk load by using events raised by the application

Which two statements are true about a job chain? ()(Choose two.) A. A job chain can contain a nested chain of jobs.B. The jobs in a job chain cannot have more than one dependency.C. A job of the CHAIN type can be run using event-based or time-based schedules.D. The jobs in a job chain can be executed only by using the events generated by the Scheduler

You would be using mainly English in this job. Can you manage English conversation?

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

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.

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 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

You want to schedule a job to rebuild all indexes on the SALES table after the completion of a bulk load operation. The bulk load operation must also be a scheduled job that executes as soon as the first file that contains data arrives on the system. How would you create these jobs?()A、Create both jobs by using events raised by the schedulerB、Create both jobs by using events raised by the applicationC、Create a job to rebuild indexes by using events arised by the application and then create another job to perform bulk load by using events raised by the schedulerD、Create a job to rebuild indexes by using events arised by the Scheduler and then create another job to perform bulk load by using events raised by the application

What is the danger associated with stopping a running job by using the STOP_JOB procedure?()A、The job will need to be reenabled before it will execute again.B、The job may hold locks on objects referenced within it.C、All jobs within the job group will also be stopped.D、The job may leave data in an inconsistent state.E、There is no danger in using the STOP_JOB procedure.

Which two statements are true about a job chain?()A、A job chain can contain a nested chain of jobs.B、The jobs in a job chain cannot have more than one dependency.C、A job of the CHAIN type can be run using event-based or time-based schedules.D、The jobs in a job chain can be executed only by using the events generated by the Scheduler

Which two statements are true about a job chain? ()(Choose two.)A、A job chain can contain a nested chain of jobs.B、The jobs in a job chain cannot have more than one dependency.C、A job of the CHAIN type can be run using event-based or time-based schedules.D、The jobs in a job chain can be executed only by using the events generated by the Scheduler

Which two statements are true about a job chain?()A、 A job chain can contain a nested chain of jobsB、 The jobs in a job chain cannot have more than one dependencyC、 A job of the CHAIN type can be run using event-based or time-based schedulesD、 The jobs in a job chain can be executed only by using the events generated by the Scheduler

Which three elements can a job chain process involve?()A、an eventB、a scheduleC、a programD、another chainE、a lightweight job

Your business has departmental reports that are generated every day. Each department must use the same set of queries, but access a different subset of data in the tables, depending on which department generates the report. The format of the reports is being developed; currently, the format changes daily. How would you configure the database to ensure that each department generates its report (based on its target data) using the most recent report format every day?()A、 By having each user run the report generation procedure at the scheduled time, supplying the necessary input variables.B、 By creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOB.C、 By having each user schedule a job using DBMS_JOB that accepts one or more input variables and calls a procedure that generates the report.D、 By having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the report.E、 By creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER.

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.

多选题Which two statements are true about a job chain?()AA job chain can contain a nested chain of jobsBThe jobs in a job chain cannot have more than one dependencyCA job of the CHAIN type can be run using event-based or time-based schedulesDThe jobs in a job chain can be executed only by using the events generated by the Scheduler

单选题Your business has departmental reports that are generated every day. Each department must use the same set of queries, but accesses a different subset of data in the tables, depending on which department generates the report. The format of the reports is being developed; currently, the format changes daily.  How would you configure the database to ensure that each department generates its report (based on its target data) using the most recent report format every day?()Aby having each user run the report generation procedure at the scheduled time, supplying the necessary input variablesBby creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOBCby having each user schedule a job using DBMS_JOB that accepts one or more input variables and calls a procedure that generates the reportDby having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the reportEby creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER

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

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

填空题If you can’t quit your job, using job-crafting may at least offer some remedies for job dissatisfaction.____

单选题What is the danger associated with stopping a running job by using the STOP_JOB procedure?()AThe job will need to be reenabled before it will execute again.BThe job may hold locks on objects referenced within it.CAll jobs within the job group will also be stopped.DThe job may leave data in an inconsistent state.EThere is no danger in using the STOP_JOB procedure.

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

单选题You want to schedule a job to rebuild all indexes on the SALES table after the completion of a bulk load operation. The bulk load operation must also be a scheduled job that executes as soon as the first file that contains data arrives on the system. How would you create these jobs?()ACreate both jobs by using events raised by the schedulerBCreate both jobs by using events raised by the applicationCCreate a job to rebuild indexes by using events arised by the application and then create another job to perform bulk load by using events raised by the schedulerDCreate a job to rebuild indexes by using events arised by the Scheduller and then create another job to perform bulk load by using events raised by the application

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

单选题Your business has departmental reports that are generated every day. Each department must use the same set of queries, but access a different subset of data in the tables, depending on which department generates the report. The format of the reports is being developed; currently, the format changes daily. How would you configure the database to ensure that each department generates its report (based on its target data) using the most recent report format every day?()A By having each user run the report generation procedure at the scheduled time, supplying the necessary input variables.B By creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOB.C By having each user schedule a job using DBMS_JOB that accepts one or more input variables and calls a procedure that generates the report.D By having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the report.E By creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER.

单选题You want to schedule a job to rebuild all indexes on the SALES table after the completion of a bulk load operation.  The bulk load operation must also be a scheduled job that executes as soon as the first file that contains data arrives on the system.  How would you create these jobs?()A Create both jobs by using events raised by the schedulerB Create both jobs by using events raised by the applicationC Create a job to rebuild indexes by using events arised by the application and then create another job to perform bulk load by using events raised by the schedulerD Create a job to rebuild indexes by using events arised by the Scheduller and then create another job to perform bulk load by using events raised by the application

单选题To be successful in our training program, we must understand the difference between _____.Aa job description and a job specificationBwhat is taught and how it is taughtClearning about skills and training in using themDthe savings in time and the savings in cost