随笔分类 - ocp-procedure
摘要:Which statement describes the information returned by the DBMS_SPACE.SPACE_USAGE procedure for LOB space usage?A. It returns space usage of only Basic
阅读全文
摘要:View the Exhibit for the object interdependency diagram.The PRODUCTS table is used to create the PRODCAT_VW view. PRODCAT_VW is used in the GET_DATA p
阅读全文
摘要:View the Exhibit and examine the steps that you executed to create a database resource plan. Subsequently, you execute the following procedure which r
阅读全文
摘要:What is the danger associated with stopping a running job by using the STOP_JOB procedure?A. The job will need to be reenabled before it will execute
阅读全文
摘要:Which of the following is not a valid setting for the PROGRAM_TYPE parameter in a program object or the JOB_TYPE parameter in a job object?A. PLSQL_BL
阅读全文
摘要:Consider the following code snippet:BEGINDBMS_SCHEDULER.SET_ATTRIBUTE (name => ,,lne_job1,attribute => ,,job_priority,value => 1);END;/If this code we
阅读全文
摘要:To set the history retention period for either window logging or job logging individually, which parameters of the SET_SCHEDULER_ATTRIBUTE procedure n
阅读全文
摘要:Which DBMS_SCHEDULER procedure(s) can be used to alter an existing job? (Choose all that apply.)A. SET_ATTRIBUTE_NULLB. ALTER_JOBC. ALTER_JOB_PARAMETE
阅读全文
摘要:Which DBMS_SCHEDULER procedures can be used to enable a program? (Choose all that apply.)A. ENABLEB. ENABLE_PROGRAMC. VALIDATE_PROGRAMD. SET_ATTRIBUTE
阅读全文
摘要:When setting arguments for a job, which procedure do you use for types that cannot be implicitly converted to and from a VARCHAR2 datatype?A. SET_JOB_
阅读全文