2018版OCP 11g 052最新考试题库整理(带答案)(57)

57、Which two statements are true about dispatchers used by the Oracle shared server?

A. Multiple user processes can connect to a single dispatcher.

B. They return completed requests to the appropriate user processes.

C. A dispatcher is created for each user process.

D. Multiple dispatchers can connect to a single server process.

E. They pull requests from the requests queue and process them until they are complete.

Correct Answer: AB

北京CUUG整理,转载请注明,OCP讨论群:569933648/836361015

原文地址:http://blog.51cto.com/13926168/2175133

时间: 2024-08-30 14:17:45

2018版OCP 11g 052最新考试题库整理(带答案)(57)的相关文章

2018版OCP 11g 052最新考试题库整理(带答案)(33)

33.You want to Install Oracle 11g database software and create a database on ASM Immediately after the Install. Your plan is to install both Oracle database and Grid Infrastructure. Which two are true in this scenario? A) Grid Infrastructure must be

2018版OCP 11g 052最新考试题库整理(带答案)(37)

37.You are planning a software installation for both Oracle Database 11g Release 1 and Release 2. You plan to have at lease one database for each release managed by Grid Infrastructure for a Standalone Server. Which three are true in this scenario? A

2018版OCP 11g 052最新考试题库整理(带答案)(48)

48.Which two are true about Oracle Data Pump in Oracle Database 11g Release 2? A. If the directory used in the export operation has existing dump files, it overwrites them. B. It allows encryption to be performed without using a password. C. It suppo

2018版OCP 11g 052最新考试题库整理(带答案)(8)

8.Which two are true about the Fast Recovery Area (FRA)? A) It should be larger than the database. B) Space management In the FRA Is Influenced by the database backup retention policy. C) A database must be in ARCHIVELOG mode to use the FRA. D) It mu

2018版OCP 11g 052最新考试题库整理(带答案)(9)

9.Which is true about the Automatic Diagnostic Repository (ADR)? A) It includes diagnostic data for critical errors for each server and background process. B) Its location is always set by the ORACLE_BASE variable. C) It is used only if the DIAGNOSTI

2018版OCP 11g 052最新考试题库整理(带答案)(11)

11.Which three are true about UNDO data? A) It is used to roll back failed transactions. B) It is used to rewind a database by using FLASHBACK DATABASE. C) It is used to recover dropped tables by using FLASHBACK TABLE - TO BEFORE DROP. D) It is used

2018版OCP 11g 052最新考试题库整理(带答案)(10)

10.Which two are true about consistent database backups? A) They can only be taken when a RECOVERY CATALOG is used. B) They can only be taken if the database Is in ARCHIVELOG mode. C) They can only be taken If shutdown NORMAL,TRANSACTIONAL, or IMMEDI

2018版OCP 11g 052最新考试题库整理(带答案)(12)

12.Which two types of Information can be found in the alert log? A) instance recovery details B) a record of all DDL statements performed by non-DBA users C) a record of all actions performed by SYS and SYSTEM D) critical errors encountered by backgr

2018版OCP 11g 052最新考试题库整理(带答案)(13)

13.Which two are true about AWR snapshots? A) They are stored In the SYSAUX tablespace. B) They are not generated if STATISTICS_LEVEL Is set to TYPICAL. C) They can be modified by using DMLs. D) They can be retained forever. E) They are always create

2018版OCP 11g 052最新考试题库整理(带答案)(17)

17. Examine these commands and their output: SQL> SELECT * FROM emp; ENO ENAME 100 Adam 101 Alan SQL> INSERT INTO emp VALUES(102,'Ben"); 1 row created. SQL> COMMIT; Commit completed. SQL> UPDATE emp SET ename='Bryan' WHERE eno=102; 1 row