本文主要是介绍Oracle Instant Client与Oracle full client,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
非官方声明,仅是个人理解,不负任何法律责任。
Database client
√GoldenGate 需要安装full Oracle client,以便于GoldenGate程序访问Oracle XDK libraries.不要使用Oracle Instant Client,因为瘦客户端缺少那些XDK库.可以从Oracle网站上下载full Oracle client.
√Oracle Instant Client是免安装的Oracle客户端,它没有被Oracle的安装程序所封装.11g中分为基本包(有两种:全功能包和简化包)和附加包,比如 JDBC的支持包,SQL*Plus的支持包,SDK包等等.建议直接到ORACLE网站下载已经封装好的full Oracle client(需要使用runInstaller进行安装的)
full client for Windows
http://www.oracle.com/technetwork/cn/database/enterprise-edition/downloads/112010-win32soft-098630-zhs.html
full client for linux
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-linuxsoft-085393.html
solaris
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-sparc-x64soft-098784.html
/technetwork/database/enterprise-edition/downloads/112010-sparc-x64soft-098784.html
这篇关于Oracle Instant Client与Oracle full client的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!