Oracle 两种连接模式 thin 与 oci 的区别
Oracle About 248 wordsoci 模式
jdbc url
jdbc:oracle:oci:@orcl
实现方式
客户端通过native java method调用c library访问服务端,而这个c library就是oci(oracle called interface)
Client 下载地址
thin 模式
jdbc url
jdbc:oracle:thin:@//127.0.0.1:1521/orcl
实现方式
thin是纯Java实现TCP/IP的C/S通讯
Views: 5,494 · Posted: 2019-07-08
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...