教学文章
Technology Exchange
400电话

免费咨询热线
400-090-9964

教学文章

【ocp 12c】OCP 062最新考试题库原题解析-第9题

时间:2019-04-19 来源:

2018年OCP 11g考试原题解析已经讲解30多次课,500多道考试原题,最终达到98%以上的考题覆盖度及95%以上的考试通过率。

2019年OCP 11g将升级到12c,OCP 12c考试解析免费公开课也已经开始了,欢迎大家收看!

OCP解析公开课时间:【每周五晚8点】

OCP解析公开课地址:https://ke.qq.com/course/326223

OCP解析群资料分享:569933648 验证:ocp

另外,除了OCP公开课,OCM题库直播也同步进行中,OCM最新题库大爆料-【每周四晚8点】,【微信群直播】,可以联系咨询老师进群参与

-------------------------------------------------------

QUESTION 9

The ORCL database is configured to support shared server mode. You want to ensure that a user connecting remotely to the database instance has a one-to-one ratio between client and server processes.

Which connection method guarantees that this requirement is met?

A. connecting by using an external naming method

B. connecting by using the easy connect method

C. creating a service in t he database by using the dbms_service.create_service procedure and using this service for creating a local naming service"

D. connecting by using the local naming method with t he server = dedicated parameter set in the tnsnames.ora file for the net service

E. connecting by using a directory naming method Correct Answer: CD

Section: (none) Explanation

答案 B 验证过,是共享连接,其它由于需要 windows 的 ADS 和 NIS 无法验证,根据 B 的结果推算 AE 连接方式都是共享连接。