码迷,mamicode.com
首页 > 其他好文 > 详细

OCP-1Z0-053-V12.02-512题 【转】

时间:2014-07-16 21:32:58      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   color   strong   

http://blog.csdn.net/gisinfo/article/details/8159875

1.Which two statements correctly describe the relationship among the Scheduler components: job, program,

and schedule? (Choose two)

A. A job is specified as part of a program definition

B. A program can be used in the definition of multiple jobs

C. A program and job can be specified as part of a schedule definition

D. A program and schedule can be specified as part of a job definition

Answer: B,D

实验:

SQL> desc dbms_scheduler.create_program
Parameter                                  Type           Mode Default?
-------------------                           -------------- ---- --------
PROGRAM_NAME                         VARCHAR2       IN           
PROGRAM_TYPE                          VARCHAR2       IN           
PROGRAM_ACTION                      VARCHAR2       IN           
NUMBER_OF_ARGUMENTS       BINARY_INTEGER IN   Y       
ENABLED                                        BOOLEAN         IN   Y       
COMMENTS                                    VARCHAR2     IN   Y       
 
SQL> desc dbms_scheduler.create_schedule
Parameter                         Type                     Mode Default?
--------------- ------------------------ ---- --------
SCHEDULE_NAME        VARCHAR2                 IN           
START_DATE                  TIMESTAMP WITH TIME ZONE IN   Y       
REPEAT_INTERVAL       VARCHAR2                 IN           
END_DATE                      TIMESTAMP WITH TIME ZONE IN   Y       
COMMENTS                     VARCHAR2                 IN   Y       

OCP-1Z0-053-V12.02-512题 【转】,布布扣,bubuko.com

OCP-1Z0-053-V12.02-512题 【转】

标签:des   style   blog   http   color   strong   

原文地址:http://www.cnblogs.com/oraclesea/p/3835929.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!