加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

Oracle当客户端与Oracle服务创建连接后

发布时间:2020-12-12 14:56:23 所属栏目:百科 来源:网络整理
导读:Oracle当客户端与Oracle服务创建连接后,是客户端与Oracle服务器端直接通信的,此时并不会再跟listener打交道了,这个花了好久才把同事说服,这里通过文档的来记录下。是Oracle产生一个ServerProcess与客户端通信,监听只负责通知oracle有客户端需要连接并且


Oracle当客户端与Oracle服务创建连接后,是客户端与Oracle服务器端直接通信的,此时并不会再跟listener打交道了,这个花了好久才把同事说服,这里通过文档的来记录下。是Oracle产生一个ServerProcess与客户端通信,监听只负责通知oracle有客户端需要连接并且这个连接是合法的或者安全的,通知Oracle你赶紧生产一个ServerProcess来提供服务吧。


文档原文:

Database Net Services Administrator's Guide->1 Introducing Oracle Net Services下的

1.2.2 About Oracle Net Listener

Oracle Database server receives the initial connection through Oracle Net Listener. Oracle Net Listener,referred to in this document as the listener,brokers a client request,handing off the request to the server. The listener is configured with a protocol address,and clients configured with the same protocol address can send connection requests to the listener. When a connection is established,the client and Oracle server communicate directly with one another.

文档中的图也可以说明:


图1


图2

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读