Chinaunix首页 | 论坛 | 博客
  • 博客访问: 667443
  • 博文数量: 487
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4936
  • 用 户 组: 普通用户
  • 注册时间: 2018-07-05 13:59
个人简介

ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291

文章分类

全部博文(487)

文章存档

2024年(2)

2023年(37)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友

分类: Oracle

2019-07-17 10:01:16

58题、choose two

Which two statements are true about Oracle network connections?

A) A listener may listen on behalf of only one database instance at a time.

B) A server process checks a user's authentication credentials and creates a session if the credentials are valid.

C) A connection request from a client is always first received by a listener running on the port that is used for the connection request for the database server.

D) The listener always spawns a new server process to deal with each new connection.

E) The listener continuously monitors a connection after the user process connects to a service handler.

Answer:BC

(解析:监听可以监听多个实例;如果是共享连接,则不会总是派生出server进程对应一个新的连接;一个连接建立后,就不需要监听再进行监视了,比如可以把监听停止,但是不会影响当前的连接;来自客户机的连接请求总是首先由运行在用于数据库服务器连接请求的端口上的侦听器接收。)


阅读(649) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~