Oracle   发布时间:2022-05-17  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了Oracle当客户端与Oracle服务创建连接后大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。


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


文档原文:

Database Net Services administrator's GuIDe->@H_419_15@1@H_419_15@ Introducing Oracle Net Services下的

@H_419_15@

1.2.2@H_419_15@ 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

大佬总结

以上是大佬教程为你收集整理的Oracle当客户端与Oracle服务创建连接后全部内容,希望文章能够帮你解决Oracle当客户端与Oracle服务创建连接后所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: