OCP考試第4題
4. Which three components does the Scheduler use for managing tasks within the Oracle environment? (Choose three.)
排程器用哪三個元件管理oracle環境的任務?
A. a job
B. a program
C. a schedule
D. a PL/SQL procedure
10g之後,使用Scheduler 代替JOB。
schedule是定義job在什麼條件下啟用執行,條件分為:時間(Time-Base)和事件(Event-Base)。
program定義job每次執行的程式。
job就是整個過程。
答案:ABC
相關推薦
OCP考試第4題
4. Which three components does the Scheduler use for managing tasks within the Oracle environment? (Choose three.) 排程器用哪三個元件管理oracle環境的任務? A. a jo
OCP考試第1題
1.While deploying a new application module, the software vendor ships the application software along with appropriate SQL plan baselines for the new S
OCP考試第19題
19. A PL/SQL procedure queries only those columns of a redefined(重定義) table that were unchanged by the online table redefinition. What happens to the
OCP考試第18題
18. You create a new Automatic Database Diagnostic Monitor (ADDM) task: instance_analysis_mode_task. To view the ADDM report, you use the following
OCP考試第17題
17. The INV_HISTORY table is created using the command: SQL>CREATE TABLE INV_HISTORY (inv_no NUMBER(3), inv_date DATE, inv_amt NUMBER(10,2)) pa
OCP考試第16題
16. Because of a logical corruption(墮落) in your production database, you wanted to perform Tablespace Point in Time Recovery (TSPITR). But before yo
OCP考試第15題
15. You are in the process of creating a virtual private catalog in your Oracle Database 11g dcatabase. 11g 建立vpc The PROD1, PROD2, and PROD3 Orac
OCP考試第14題
14. Which two statements are true regarding hot patching? (Choose two.) A. It requires relinking of the Oracle binary. B. It does not require data
OCP考試第13題
13. View the Exhibit that sets the threshold for the Current Open Cursors Count metric. Why is the Significance(意義) Level threshold type not availabl
OCP考試第12題
12. You performed the RMAN database backup having a backupset key number 231 with the KEEP FOREVER option. After some days, you want to change the s
OCP考試第11題
11. View the Exhibit to examine the metrics(標準) with a threshold(閾值). Which statement is true regarding the Number of Transactions (per second) metri
OCP考試第10題
10. Consider the following scenario(方案) for your database: Backup optimization is enabled in RMAN. The recovery window is set to 7 days in RMAN. The
OCP考試第9題
9. Which statement describes the information returned by the DBMS_SPACE.SPACE_USAGE procedure for LOB space usage? A. It returns space usage of only
OCP考試第8題
8. Which statement is true regarding online redefinition(線上重定義) for the migration(遷移) of BasicFile LOBs to SecureFile LOBs? A. It cannot be done in
OCP考試第7題
7. You need to configure fine-grained(細粒度) access control(訪問控制) to external network resources from within(從....裡面) your database. 你需要配置從資料庫裡面配置細粒度訪問
OCP考試第3題
Your database is in ARCHIVELOG mode. You have two online redo log groups, each of which contains one redo member. When you attempt to start the databa
OCP考試第6題
6. You are working on a CATDB database that contains an Oracle Database version 11.1 catalog schema owned by the user RCO11. 你工作在11g的一個數據庫上,RCO11是ca
OCP考試第5題
Examine the section of the Health Check report given below: 檢查如下的health check報告如下: DBMS_HM.GET_RUN_REPORT('HM_RUN_1061')Run Name : HM_RUN_1061 Run
2019春季考試第4題 7-4 Structure of a Binary Tree (30 分)
img node freopen root 遇到 題目 not 單詞 n) 題外話:考試的時候花了一個小時做了27分,由於Siblings這個單詞不知道意思,所以剩下的3分就沒去糾結了,後來發現單詞是兄弟的意思,氣哭~~ 這道題的麻煩之處在於如何從一個字符串中去找
CSP考試 2014年12月第4題 最優灌溉 C語言實現
#include <stdio.h> #include <stdlib.h> //#include <string.h> //最小生成樹 //C演算法 圖演算法 第20章 最小生成樹 //先排序 //用c語言自帶的快速排序程式 q