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

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题 【转】

时间: 2024-08-04 00:11:48

OCP-1Z0-053-V12.02-512题 【转】的相关文章

OCP 11G 053题库解析汇总链接(401-600)

Oracle OCP 11G 053(401-600)答案解析目录 V13.02版本,711题 File Version: 3.2,200题 Version: 5.4 401   290 402 http://blog.csdn.net/rlhua/article/details/19548395   291 403 http://blog.csdn.net/rlhua/article/details/14088141 189,202 292 404 http://blog.csdn.net/r

OCP 11G 053题库解析汇总链接(1-200)

Oracle OCP 11G 053(1-200)答案解析目录 V13.02版本,711题 File Version: 3.2,200题 Version: 5.4 1 http://blog.csdn.net/rlhua/article/details/16369867 490 2 http://blog.csdn.net/rlhua/article/details/16527169 491 3 http://blog.csdn.net/rlhua/article/details/1405714

OCP 11G 053题库解析汇总链接(601-712)

Oracle OCP 11G 053(601-712)答案解析目录 V13.02版本,711题 File Version: 3.2,200题 Version: 5.4 601 http://blog.csdn.net/rlhua/article/details/18796271 19 589 602 http://blog.csdn.net/rlhua/article/details/12423809 21 590 603 http://blog.csdn.net/rlhua/article/d

OCP 11G 053题库解析汇总链接(201-400)

Oracle OCP 11G 053(201-400)答案解析目录 V13.02版本,711题 File Version: 3.2,200题 Version: 5.4 201 http://blog.csdn.net/rlhua/article/details/16846383   390 202 http://blog.csdn.net/rlhua/article/details/16846511   391 203   392 204 http://blog.csdn.net/rlhua/a

OCP认证考试之052最新题库及答案整理-第14题

14.Which command is used to display files that no longer conform to the backup retention policy? A) REPORT OBSOLETE B) SHOW DATAFILE BACKUP COPIES C) CROSSCHECK BACKUP D) LIST EXPIRED BACKUP Answer:A 原文地址:http://blog.51cto.com/13854012/2145302

OCP认证11g 052考试最新题库带答案-38题

38.Which three are true about the Automatic Database Diagnostic Monitor (ADDM)? A) Its findings are accessible only by using Oracle Enterprise Manager. B) It improves database performance by automatically implementing Oracle's best practices. C) It c

【OCP题库-12c】最新CUUG OCP 071考试题库(69题)

69.(31-1)choose the best answer: Evaluate the following query: SELECT INTERVAL '300' MONTH, INTERVAL '54-2' YEAR TO MONTH, INTERVAL '11:12:10.1234567' HOUR TO SECOND FROM dual; What is the correct output of the above query? A) +25-00 , +00-650, +00 1

【OCP题库-12c】最新CUUG OCP 071考试题库(70题)

70.(31-2)choose the best answer: View the Exhibit and examine the structure of the Book table. The BOOKS table contains details of 100 books. Examine the commands executed and their outcome: SQL>INSERT INTO books VALUES ('ADV112', 'Adventures of Tom

【OCP题库-12c】最新CUUG OCP 071考试题库(71题)

71.(32-18) choose three Which three statements indicate the end of a transaction? (Choose three.) A) after a CREATE statement is issued B) after a SELECT statement is issued C) after a ROLLBACK is issued D) after a SAVEPOINT is issued E) after a COMM

【OCP题库-12c】最新CUUG OCP 071考试题库(72题)

72.View the exhibit for the structure of the STUDENTand FACULTYtables. STUDENT Name Null? Type STUDENT_ID NOT NULL NUMBER(2) STUDENT_NAME VARCHAR2(20) FACULTY_ID VARCHAR2(2) LOCATION_ID NUMBER(2) FACULTY Name Null? Type FACULTY_ID NOT NULL NUMBER(2)