Within the job environment set up
Within the user data of the at job
In the file name preceeded with a userid
In a special file used by the cron daemon
第1题:
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?()
第2题:
数据库中有一张表名为Emp,包含有如下列:EmpNO(雇员编号,Varchar(20),Pk),Job(职位Varchar(10)),HirDate(雇佣日期,Date),Sal(月薪,Float)。要求查询全部雇员信息应该是哪些数据?()
第3题:
日期型变量rq已经被赋值,要在数据表users中查询在rq表示的日期值之后注册的用户,下面SQL语句正确的是()。
第4题:
When a job exceeds the date specified in its END_DATE attribute, which of the following will happen?()
第5题:
You are the network administrator for your company. All network servers run Windows Server 2003. A member server named Server1 hosts several hundred folders, which are located on multiple volumes on the server. A backup job on Server1 is configured to run a normal backup of the folders every Saturday at 1:00 A.M. On Wednesday morning, you discover that you need to install a new application on Server1 before the close of business that day. You need to back up all folders on Server1 as quickly as possible so you can install the new application. What should you do? ()
第6题:
SELECT ENAME FROM EMP WHERE SYSDATE-HIRE_DATE >5;
SELECT ENAME FROM EMP WHERE HIRE_DATE-SYSDATE >5;
SELECT ENAME FROM EMP WHERE (SYSDATE_HIRE_DATE)/365 >5;
SELECT ENAME FROM EMP WHERE (SYSDATE_HIRE_DATE)*/365 >5;
第7题:
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
第8题:
it is just east of the International Date Line
it is just west of the International Date Line
it is located halfway between the equator and the South Pole
it is located in the Southern Pacific Ocean
第9题:
SELECT ENAME FROM EMP WHERE SYSDATE-HIRE_DATE >5;
SELECT ENAME FROM EMP WHERE HIRE_DATE-SYSDATE >5;
SELECT ENAME FROM EMP WHERE (SYSDATE_HIRE_DATE)/365 >5;
SELECT ENAME FROM EMP WHERE (SYSDATE_HIRE_DATE)*/365 >5;
第10题:
UPDATE employees SET job_id = DEFAULT AND Sal = (SELECT MAX(sal) FROM employees WHERE job_id = 'SA_REP') AND comm_pct = DEFAULT AND department_id = &did WHERE employee _id IN (103,115);
UPDATE employees SET job_id = DEFAULT AND Sal = MAX(sal) AND comm_pct = DEFAULT OR NULL AND department_id = &did WHERE employee_id IN (103,115) AND job _ id = 'SA_ REP';
UPDATE employees SET job_id = DEFAULT, Sal = (SELECT MAX(sal) FROM employees WHERE job_id = 'SA_REP'), comm_pct = DEFAULT, department_id = &did WHERE employee_id IN (103,115);
UPDATE employees SET job_id = DEFAULT, Sal = MAX(sal), comm_pct = DEFAULT, department_id = &did WHERE employee_id IN (103,115) AND job _ id = 'SA_ REP';
UPDATE employees SET job_id = DEFAULT, Sal = (SELECT MAX(sal) FROM employees WHERE job_id = 'SA_REP') comm_pct = DEFAULT OR NULL, department_id = &did WHERE employee_id IN (103,115);
第11题:
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.
第12题:
Use the RUNAS feature to run the at /delete command as the Server1/Administrator account.
Log on by using your Administrator account and run the ntbackup /D command.
Log on by using your Administrator account and run the schtasks /delete command.
Use the RUNAS feature to run the taskkill command as the Server1/Administrator account.
第13题:
New Zealand is the first country in the world to get the new day because()
第14题:
数据库中有一张表名为Emp,包含有如下列:EmpNO(雇员编号,Varchar(20),Pk),Job(职位Varchar(10)),HirDate(雇佣日期,Date),Sal(月薪,Float)。查询出职位不为“办事员”的雇员信息是()
第15题:
Where is the run date for an ’at’ job located?()
第16题:
You are currently located in Singapore and have connected to a remote database in Chicago. You issue the following command:SQL> SELECT ROUND (SYSDATE-promo_begin_date, 0) FROM promotions WHERE (SYSDATE-promo_begin_date)/365 >2;PROMOTIONS is the public synonym for the public database link for the PROMOTIONS table. What is the outcome?()
第17题:
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.
第18题:
第19题:
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.
第20题:
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.
第21题:
UPDATE employees SET job_id = DEFAULT AND Sal = (SELECT MAX(sal) FROM employees WHERE job_id = 'SA_REP') AND comm_pct = DEFAULT AND department_id = &did WHERE employee_id IN (103,115);
UPDATE employees SET job_id = DEFAULT AND Sal = MAX(sal) AND comm_pct = DEFAULT OR NULL AND department_id = &did WHERE employee_id IN (103,115) AND job_id = 'SA_REP';
UPDATE employeesC.UPDATE employees SET job_id = DEFAULT, Sal = (SELECT MAX(sal) FROM employees WHERE job_id = 'SA_REP'), comm_pct = DEFAULT, department_id = &did WHERE employee_id IN (103,115);
UPDATE employeesD.UPDATE employees SET job_id = DEFAULT, Sal = MAX(sal), comm_pct = DEFAULT, department_id = &did WHERE employee_id IN (103,115) AND job_id = 'SA_REP';
UPDATE employees SET job_id = DEFAULT, Sal = (SELECT MAX(sal) FROM employees WHERE job_id = 'SA_REP'), comm_pct = DEFAULT OR NULL, department_id = &did WHERE employee_id IN (103,115);
第22题:
an error because the ROUND function specified is invalid
an error because the WHERE condition specified is invalid
number of days since the promo started based on the current Chicago date and time
number of days since the promo started based on the current Singapore date and time
第23题:
Within the job environment set up
Within the user data of the at job
In the file name preceeded with a userid
In a special file used by the cron daemon
第24题:
Use the RUNAS feature to run the at /delete command as the Server1/Administrator account.
Log on by using your Administrator account and run the ntbackup /D command.
Log on by using your Administrator account and run the schtasks /delete command.
Use the RUNAS feature to run the taskkill command as the Server1/Administrator account.