CentOS 64位 6.4 命令行安装 oracle 11g 客户端

1、官网下载oracle 客户端(需登录)

http://download.oracle.com/otn/linux/instantclient/11204/oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm

http://download.oracle.com/otn/linux/instantclient/11204/oracle-instantclient11.2-sqlplus-11.2.0.4.0-1.x86_64.rpm

2、将下载的客户端上传到CentOS服务器,此处可选/opt

CentOS 64位 6.4 命令行安装 oracle 11g 客户端

3、安装软件包

CentOS 64位 6.4 命令行安装 oracle 11g 客户端

CentOS 64位 6.4 命令行安装 oracle 11g 客户端

注:默认安装位置为 /usr/lib/oracle/11.2

CentOS 64位 6.4 命令行安装 oracle 11g 客户端

4、配置环境变量

vim ./bash_profile

CentOS 64位 6.4 命令行安装 oracle 11g 客户端

source ./bash_profile

5、在TNS_ADMIN 对应位置新建tnsnames.ora

mkdir -p /usr/lib/oracle/11.2/network/admin/tnsnames.ora

CentOS 64位 6.4 命令行安装 oracle 11g 客户端

6、访问远程 oracle

CentOS 64位 6.4 命令行安装 oracle 11g 客户端

X、其他访问远程 oracle 方式

不配置tns访问远程服务器方法命令(参考):

CentOS 64位 6.4 命令行安装 oracle 11g 客户端

上一篇:python实现dict版图遍历


下一篇:一个成功的 Git 分支模型(适用于商业应用开发)