Oracle Instant Client是Oracle发布的轻量级数据库客户端,下面我们来看看官方的定义:
Instant Client allows you to run your applications without installing the standard Oracle client or having an ORACLE_HOME. OCI, OCCI, Pro*C, ODBC, and JDBC applications work without modification, while using significantly less disk space than before. Even SQL*Plus can be used with Instant Client. No recompile, no hassle.
可见,如果仅仅是用SQL Developer连接数据库服务器端,或用SQL*Plus对数据库进行操作,相对于标准的客户端,Oracle Instant Client都是一个更好的选择,它大大简化了客户端的安装过程,占用空间极少,却包括必备的OCI、OCCI接口和ODBC、JDBC driver。
下面我们来看看官方提供的相关安装包:
下载链接:http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html
因为我们后台数据库的版本是11.2.0.1 32位