When a job exceeds the date specified in its END_DATE attribute, which of the following will happen?()
第1题:
A.Thecodewillbeexecutedsuccessfully.
B.ThecodewillnotbeexecutedsuccessfullybecausethevalueoftheVALUEparametermustbe1,2,or3.
C.ThecodewillnotbeexecutedsuccessfullybecausethevalueoftheVALUEparametermustrangebetween1and5.
D.ThecodewillnotbeexecutedsuccessfullybecausenoSET_ATTRIBUTEprocedureexistsintheDBMS_SCHDULERpackage.
第2题:
A. SET_ATTRIBUTE_NULL
B. ALTER_JOB
C. ALTER_JOB_PARAMETERS
D. ALTER
E. SET_ATTRIBUTE
第3题:

A. The job is enabled by default after creation
B. The job is automatically dropped after the end date
C. The job executes with the privileges of the user SYS
D. The globalization environment that exists at the time of the job creation prevails at the job runs
第4题:
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?()
第5题:
Which DBMS_SCHEDULER procedure(s) can be used to alter an existing job?()
第6题:
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? ()
第7题:
Which of the following tasks is not performed by the job coordinator?()
第8题:
SET_JOB_ARGUMENT_VALUE
SET_JOB_VALUE_ANYDATA
SET_JOB_ANYDATA_VALUE
SET_SPECIAL_JOB_VALUE
SET_JOB_ANYTYPE_VALUE
第9题:
Update job log when a job completes
Spawn and remove job slaves
Write/read job info to/from memory cache
Query job table
Pass job information to job slaves
第10题:
SET_ATTRIBUTE_NULL
ALTER_JOB
ALTER_JOB_PARAMETERS
ALTER
SET_ATTRIBUTE
第11题:
The job will be dropped automatically if the value of the AUTO_DROP attribute is TRUE
The job will only be disabled if the value of the AUTO_DROP attribute is FALSE
The STATE attribute of the job will be set to COMPLETED if the value of the AUTO_DROP attribute is FALSE
All objects referenced by the job will be dropped if the value of the AUTO_DROP attribute is TRUE and the value of the CASCADE attribute is TRUE
The STATE column of the job table will be set to COMPLETED for the job
第12题:
The code will be executed successfully.
The code will not be executed successfully because the value of the VALUE parameter must be 1, 2, or 3.
The code will not be executed successfully because the value of the VALUE parameter must range between 1 and 5.
The code will not be executed successfully because no SET_ATTRIBUTE procedure exists in the DBMS_SCHDULER package.
第13题:
A. TRUE
B. FALSE
C. There is no default. It must be defined at creation time.
D.PENDING
E. NULL
第14题:
A. SET_JOB_ARGUMENT_VALUE
B. SET_JOB_VALUE_ANYDATA
C. SET_JOB_ANYDATA_VALUE
D. SET_SPECIAL_JOB_VALUE
E. SET_JOB_ANYTYPE_VALUE
第15题:
What is the default value for the ENABLED attribute of a job or program when it is created? ()
第16题:
If a job references a schedule that has been disabled, what will be the result?()
第17题:
When setting arguments for a job, which procedure do you use for types that cannot be implicitly converted to and from a VARCHAR2 datatype?()
第18题:
You executed the following code: BEGIN DBMS_SCHEDULER.SET_ATTRIBUTE ( NAME => ’JOB_A’, ATTRIBUTE => ’JOB_PRIORITY’, VALUE => 7); END; / After analyzing the above code, what conclusion will you draw?()
第19题:
SET_JOB_ARGUMENT_VALUE
SET_JOB_VALUE_ANYDATA
SET_JOB_ANYDATA_VALUE
SET_SPECIAL_JOB_VALUE
SET_JOB_ANYTYPE_VALUE
第20题:
Update job log when a job completes
Spawn and remove job slaves
Write/read job info to/from memory cache
Query job table
Pass job information to job slaves
第21题:
The priority of the lne_job1 job would be set to 1.
The lne_job1 job would be executed synchronously.
The lne_job1 job would run immediately in the users current session.
The lne_job1 job would retain its current priority.
The job will immediately take priority over all running jobs.
第22题:
The job will be automatically disabled.
The job will never execute.
The job will attempt to execute but will fail.
The job will inherit the DEFAULT_SCHEDULE schedule.
A schedule object cannot be disabled.
第23题:
TRUE
FALSE
There is no default. It must be defined at creation time.
PENDING
NULL