安装oracle即时客户端

一、需求

数据库和应用没在同一台主机上,所以需要安装oracle即时客户端,也可以是oracle的客户端。只不过客户端比较庞大。

二、安装oracle即时客户端

下载Oracle即时客户端程序包

http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html

数据库版本是11.2.0.3.0

Instant Client Package - Basic:

All files required to run OCI, OCCI, and JDBC-OCI applications

Image instantclient-basic-linux.x64-11.2.0.3.0.zip (60,331,694 bytes) (cksum - 3890813254)

oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64.rpm (59,492,344 bytes) (cksum - 3293107452)

*Instant Client Package - SQL*Plus: Additional libraries and executable for running SQL*Plus with Instant Client

instantclient-sqlplus-linux.x64-11.2.0.3.0.zip (837,574 bytes) (cksum - 3996754029)

oracle-instantclient11.2-sqlplus-11.2.0.3.0-1.x86_64.rpm (831,586 bytes) (cksum - 2150224972)

*Instant Client Package - SDK:

Additional header files and an example makefile for developing Oracle applications with Instant Client

instantclient-sdk-linux.x64-11.2.0.3.0.zip (641,586 bytes) (cksum - 1205517808)

oracle-instantclient11.2-devel-11.2.0.3.0-1.x86_64.rpm (609,139 bytes) (cksum - 2701969031)

zip 或者 rpm 包选择一种,系统是centos,天生兼容RHEL,所以选择rpm格式的。

以64位为例,下载以下几个文件:

oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64.rpm

oracle-instantclient11.2-sqlplus-11.2.0.3.0-1.x86_64.rpm

oracle-instantclient11.2-devel-11.2.0.3.0-1.x86_64.rpm

下载完以后装上。 rpm -Uhv

[[email protected] tmp]# rm -f oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64.rpm

ll -h

total 71M

-rw-r--r--  1 root root  57M Jun  9 09:39 oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64(1).rpm

-rw-r--r--  1 root root 595K Jun  8 18:01 oracle-instantclient11.2-devel-11.2.0.3.0-1.x86_64.rpm

-rw-r--r--  1 root root 813K Jun  8 18:01 oracle-instantclient11.2-sqlplus-11.2.0.3.0-1.x86_64.rpm

drwxrwxr-x 13 1000 1000 4.0K Jun  8 17:11 tmp-2.0.6

-rw-r--r--  1 root root  13M Apr 22 20:34 tmp-2.0.6.tar.gz

[[email protected] tmp]#

[[email protected] tmp]# rpm -Uhv oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64\(1\).rpm

99%)########################################### [100%]

[[email protected] tmp]#

[[email protected] tmp]# rpm -Uhv oracle-instantclient11.2-devel-11.2.0.3.0-1.x86_64.rpm

Preparing...                                                            (100%)#                                           (100%)##                                   99%)########################################### [100%]

[[email protected] tmp]#

[[email protected] tmp]# rpm -Uhv oracle-instantclient11.2-devel-11.2.0.3.0-1.x86_64.rpm sqlplus-11.2.0.3.0-1.x86_64.rpm

Preparing...                                                            (100%)#                                           (100%)##

(100%)########################################### [100%]

[[email protected] tmp]#

[[email protected] tmp]# rpm -qa|grep oracle

oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64

oracle-instantclient11.2-devel-11.2.0.3.0-1.x86_64

oracle-instantclient11.2-sqlplus-11.2.0.3.0-1.x86_64

[[email protected] client64]# pwd

/usr/lib/oracle/11.2/client64

[[email protected] client64]# cd bin/

[[email protected] bin]#

[[email protected] bin]# ./sqlplus

./sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory

[[email protected] bin]#

添加 Oracle libraries

[[email protected] tmp-2.0.6]# more /etc/ld.so.conf.d/oracle.conf

/usr/lib/oracle/11.2/client64/lib

[[email protected] tmp-2.0.6]#

[[email protected] bin]# ldconfig

[[email protected] bin]# ./sqlplus

SQL*Plus: Release 11.2.0.3.0 Production on Sun Jun 9 10:24:26 2013

Copyright (c) 1982, 2011, Oracle.  All rights reserved.

Enter user-name:

ERROR:

ORA-12162: TNS:net service name is incorrectly specified

Enter user-name: ^C

[[email protected] bin]#

测试一下:

[[email protected] oracle]# sqlplus tmp/[email protected]/MOMORAC.momo.org

SQL*Plus: Release 11.2.0.3.0 Production on Sun Jun 9 12:21:29 2013

Copyright (c) 1982, 2011, Oracle.  All rights reserved.

Connected to:

Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production

With the Partitioning, Real Application Clusters, Automatic Storage Management, Oracle Label Security,

OLAP, Data Mining, Oracle Database Vault and Real Application Testing options

SQL>

时间: 2025-01-31 07:32:14

安装oracle即时客户端的相关文章

linux安装oracle远程客户端

文章参考:http://blog.csdn.net/caomiao2006/article/details/11901123 感谢博友分享O(∩_∩)O~ 安装oracle 远程客户端(一般情况下本地如果有,安装oracle, 也会安装好客户端) 1.要远程使用oracle,先下载下面三个文件,注意版本最好一致.     (1) instantclient-basic-linux32-11.1.0.7.zip    (2) instantclient-sdk-linux32-11.1.0.7.z

oracle即时客户端安装方法

http://blog.csdn.net/magicboylinw/article/details/7025885 Oracle Instant Client(即时客户端) 安装与配置 oracleOracleORACLEpathPATHPathserviceService工具数据库服务器 一.下载 下载地址:http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html 这是Oracle

Oracle即时客户端Instant Client,方便使用PLSQL Developer方法

背景:64位操作系统中.不安装Oracle-32bit客户端,方便使用PLSQL Developer(不支持64bit位Oracle客户端) 1,下载Oracle简易客户端Instant Client 下载地址:http://www.oracle.com/technetwork/topics/winsoft-085727.html . 下载instantclient-basic-win32-11.2.0.1.0.zip.instantclient-odbc-win32-11.2.0.1.0.zi

Redhat 6.2安装Oracle 11g客户端及遇到的问题分析

昨天在Redhat6.2(64 bit)上安装oracle 11.2.0.1.0 client(32 bit),以下是安装中碰到的一些问题及处理过程记录 首先解压缩安装包,会生成一个client目录,运行runInstaller时报错,错误如下: [[email protected] oracle]$ ls -l total 627612 drwxr-xr-x. 6 oracle oinstall      4096 Aug 19  2009 client -rwxrwxr-x. 1 oracl

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.

不安装oracle客户端也可以使用pl/sql developer

通常情况下,用PL/SQL Developer连接Oracle是需要安装Oracle客户端软件的,这也就意味着你的硬盘将被占用大约1G-2G的空间,对于Windows操作系统来说,你还会多出一些开机自启动的服务.当然对于大部分人来说,并不会在自己的机器上应用所创建的数据库,而只是希望通过他的一些配置来连接访问服务器上的数据库. 其实Oracle为我们提供了轻便的工具Oracle Instantclient package,也有人称他为“Oracle即时客户端”.使用此工具,我们就可以在不安装Or

Ubuntu16.04下安装oracle客户端

在Ubuntu16.04下安装oracle数据库客户端,使Django项目连接到Oracle数据库 1.下载oracle客户端安装包: 进入官网http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html下载如下所需的三个包. oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm oracle-instantclient11.2-devel-11.2.0.4.0-1

Linux下单独安装Oracle客户端

〇.前言 百度上面搜索的资料,都是垃圾资料,而且例子都是相互复制,确没有何参考价值, 最可烦的是需要安装oracle 远程客户端,他们那些笨蛋都是以本地为主,一般情况下本地如果有安装oracle, 也会安装好客户端,不需要那如群笨蛋发布那些无用的信息,浪费人家的时间.本文参考http://www.cnblogs.com/joeblackzqq/archive/2011/03/19/1988915.html http://wenku.baidu.com/view/bc8a311afad6195f3

linux 单独安装oracle客户端

javama:总结 https://www.cnblogs.com/joeblackzqq/archive/2011/03/19/1988915.html首先说明:百度上面搜索的资料,都是垃圾资料,而且例子都是相互复制,确没有何参考价值, 最可烦的是需要安装oracle 远程客户端,他们那些笨蛋都是以本地为主,一般情况下本地如果有 安装oracle, 也会安装好客户端,不需要那如群笨蛋发布那些无用的信息,浪费人家的时间. 1.要远程使用oracle,先下载下面三个文件,注意版本最好一致.