LOGGING_OFF
LOGGING_RUNS
LOGGING_FULL
LOGGING_NULL
第1题:
You want to limit access to a method of a public class to members of the same class. Which access modifier accomplishes this objective?()
第2题:
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?()
第3题:
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?()
第4题:
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a computer which hosts several applications in your company. The instance runs on the computer. A job named DiliveryList is created by you. This job requires a file to be written to a file server. But because the job cannot access the file server, it fails to run. You intend to configure the SQL Server Agent service so that only the SQL Server Agent service has read and write access to the file server. Which account type should you use? ()
第5题:
You are responsible for implementing maintenance jobs on a SQL Server 2005 database server. Certain jobs run every Sunday and other jobs run at the beginning of every month. You need to schedule the jobs in the way that uses the least amount of administrative effort. What should you do?()
第6题:
Oracle Scheduler would write detailed information to the job log for each run of each job in the job class.
Oracle Scheduler would write detailed information to the job log for the first run of each job in the job class.
Oracle Scheduler would write detailed information to the job log for each run of only the first job in the job class.
Oracle Scheduler would write detailed information for all operations performed on all jobs in the job class.
第7题:
SET_JOB_ARGUMENT_VALUE
SET_JOB_VALUE_ANYDATA
SET_JOB_ANYDATA_VALUE
SET_SPECIAL_JOB_VALUE
SET_JOB_ANYTYPE_VALUE
第8题:
Create a job schedule that runs every Sunday. Assign weekly tasks to this schedule. Create a second schedule that runs on the first day of every month. Assign monthly tasks to this schedule.
Create a job for each task that runs once a day. Use a Transact-SQL statement to check the date and day of the week. If the day is either a Sunday or the first day of the month, execute the code.
Create a job schedule that runs once a day. Assign jobs to this job schedule. If the day is either a Sunday or the first day of the month, execute the jobs.
Create a job for each task that runs once a week on Sunday. Add a second job schedule that runs the job on the first of the month.
第9题:
You should use local Service account
You should use network Service account
You should use domain account
You should use local System account
第10题:
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.
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.
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.
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.
第11题:
Specify Monday as the start date of the job.
Reconfigure the job schedule to run the backup every Monday at 1:00 a.m.
Add an additional schedule to the job. Configure the additional schedule to run the backup on Monday at 1:00 a.m.
Use the Repeat Task option to configure the existing job to repeat every 48 hours until an interval of 336 hours passes.
第12题:
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.
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.
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.
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.
第13题:
Using Oracle Scheduler you have scheduled two jobs, JOB_Aand JOB_B, to run at 9:00 p.m. every Friday. You want both the jobs to use a single resource plan, WEEKEND_PLAN. Which task must have already been performed to enable you to achieve this objective?()
第14题:
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?()
第15题:
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?()
第16题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a stored procedure. The stored procedure implements a database maintenance process. A SQL Server Agent job should be created to that runs the stored procedure. Besides this, you must make sure that after it is completed successfully, the job is removed. What should you do? ()
第17题:
by having each user run the report generation procedure at the scheduled time, supplying the necessary input variables
by creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOB
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
by having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the report
by creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER
第18题:
The command will be executed successfully.
The command will fail because RESOURCE_CONSUMER_GROUP is an invalid parameter in the DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.
The command will fail because LOGGING_LEVEL is an invalid parameter in the DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.
The command will fail because LOG_HISTORY is an invalid parameter in the DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.
The command will fail because 1200 is an invalid value for the LOG_HISTORY parameter in the DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.
第19题:
Create a job schedule that runs every Sunday.Assign weekly tasks to this schedule.Create a second schedule that runs on the first day of every month. Assign monthly tasks to this schedule.
Create a job for each task that runs once a day. Use a Transact-SQL statement to check the date and day of the week. If the day is either a Sunday or the first day of the month, execute the code.
Create a job schedule that runs once a day. Assign jobs to this job schedule. If the day is either a Sunday or the first day of the month, execute the jobs.
Create a job for each task that runs once a week on Sunday. Add a second job schedule that runs the job on the first of the month
第20题:
On TestKingSrv1, create a new backup job that runs every day. Configure the job to back up drive C:/ on every network server.
On TestKingSrv1, select Options, and then select the Exclusions tab. Remove all exclusions for files of the Registry Writer application type.
On each network server, start Registry Editor. On the File menu, select Export. Specify All as the export range. Export the registry to drive D:/.
On each network server, configure a new backup job that runs every day. Configure the job to back up each server's System State data in a file on drive D:/.
第21题:
LOGGING_OFF
LOGGING_RUNS
LOGGING_FULL
LOGGING_NULL
第22题:
public
private
protected
transient
default access
第23题:
A window must have been created with the WEEKEND_PLAN resource plan.
A program must have been created with the WEEKEND_PLAN resource plan.
A job class must have been created with the WEEKEND_PLAN resource plan.
A window group must have been created with the WEEKEND_PLAN resource plan.
第24题:
By having each user run the report generation procedure at the scheduled time, supplying the necessary input variables.
By creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOB.
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.
By having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the report.
By creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER.