回复:你如果用英文问,可能比较好,说实话,中文问题都看不懂

来源: 2008-12-09 08:14:51 [旧帖] [给我悄悄话] 本文已被阅读:

Sure. Basically we know that Oracle does their client/server communication on top of TCP/IP. Oracle must have their own protocol to guide the handshake between client and server, and data exchange after the initial handshake. That's what I'm asking for. I can imagine that client open a socket with server, send username/password, then start sending user requests ...
Thanks.