- 浏览: 194366 次
- 性别:
- 来自: 杭州
文章分类
最新评论
-
find13:
学习
iReport中文教程 -
coderfly:
thanks !
iReport中文教程 -
月亮不懂夜的黑:
下载 学习。thanks!
iReport中文教程 -
yanqingluo:
谢谢,先转走.再验证.
eclipse maven debug -
周佳1986:
谢谢,分享。
iReport中文教程
转自:https://help.ubuntu.com/community/Oracle%20Instant%20Client
Introduction
Oracle Instant Client is a free Oracle database client. The current version is 11.2.0.1.0, and several versions back to 10.1.0.5 are available.
Install RPMs
-
Download the Oracle Instantclient RPM files fromhttp://www.oracle.com/technetwork/database/features/instant-client/index-097480.html. Everyone needs either "Basic" or "Basic lite", and most users will want "SQL*Plus" and the "SDK".
-
Convert these .rpm files into .deb packages and install using "alien" ("sudo apt-get install alien" if you don't have it):
alien -i oracle-instantclient-basic*.rpm alien -i oracle-instantclient-sqlplus*.rpm alien -i oracle-instantclient-devel*.rpm
- Test your Instantclient install by using "sqlplus" to connect to your database:
sqlplus username/password@//dbhost:1521/SID
If sqlplus complains of a missing libaio.so.1 file, run
sudo apt-get install libaio1
If sqlplus complains of a missing libsqlplus.so file, follow the steps in the section "Integrate Oracle Libraries" below.
If you execute sqlplus and get "sqlplus: command not found", see the section below about adding the ORACLE_HOME variable.
Integrate Oracle Libraries
If oracle applications, such as sqlplus, are complaining about missing libraries, you can add the Oracle libraries to the LD_LIBRARY_PATH each time it is used, or to add it to the system library list create a new file as follows:
sudo vi /etc/ld.so.conf.d/oracle.conf
- and add the oracle library path as the first line. For example,
/usr/lib/oracle/11.1.0.1/client/lib
- or
/usr/lib/oracle/11.2/client/lib/
- Then run ldconfig:
sudo ldconfig
ORACLE_HOME
Many Oracle database applications look for Oracle software in the location specified in the environment variable 'ORACLE_HOME'.
Typical workstations will only have one Oracle install, and will want to define this variable in a system-wide location.
sudo vi /etc/profile.d/oracle.sh
Add the following:
export ORACLE_HOME=/usr/lib/oracle/11.1.0.1/client
or
export ORACLE_HOME=/usr/lib/oracle/11.2/client
Alternatively, each user can define this in their ~/.bash_profile
Note: For 11.04 sqlplus was not recognized as a command unless the following line was also included in the oracle.sh file:
export PATH=$PATH:$ORACLE_HOME/bin
SDK fix
Some packages may look for 'oci.h' in $ORACLE_HOME/include, or in $ORACLE_HOME/rdbms/public
The instant client sometimes places the include files, such as oci.h, in /usr/include/oracle/<version>/client.
Inspect your system by running the following commands
ls $ORACLE_HOME ls -d /usr/include/oracle/*/client
If there is no 'include' directory under ORACLE_HOME, and it is located over in /usr/include/oracle/ , create a symbolic link to assist packages looking for these header files. For example,
sudo ln -s /usr/include/oracle/11.2/client $ORACLE_HOME/include
And then check it is correct
ls $ORACLE_HOME
发表评论
-
spring事务管理的几种方式
2014-06-19 20:38 6685原文:http://sishuok.com/forum/bl ... -
【转】<maven权威指南>学习笔记
2013-06-06 12:32 1142一些常用的命令 mvn help:effective-pom ... -
ubuntu 下安装oracle客户端oracle-xe-client
2012-12-13 16:19 1685本文转自 http://os.chinaunix.net/a2 ... -
JVM监控工具介绍jstack, jconsole, jinfo, jmap, jdb, jstat
2012-12-11 23:46 5706本文转自:http://blog.csdn.net/ke ... -
iReport中文教程
2012-11-22 19:11 1909iReport中文教程 -
svn cat 查看历史版本信息
2012-11-13 12:01 9096转自:http://lee2013.iteye.com/ ... -
【转】自动ssh登录的几种方法
2012-11-01 19:50 1088本文转自 http://blueicer.blog.51cto ... -
【转】ubuntu自动登录ssh
2012-11-01 19:47 1091本文转自 http://huqilong.b ... -
Oracle 存储过程调用存储过程
2012-10-25 11:24 1000create or replace procedure ... -
ORACLE 时间函数(SYSDATE)
2012-10-22 20:40 1857本文转自:http://www.cnblogs.com/jin ... -
Linux下如何保持gnome-terminal窗口执行命令后停留而不立刻关闭(gnome-terminal -x)
2012-10-17 11:46 12059Linux下如何保持gnome-terminal窗口执行命令 ... -
常见Oracle HINT的用法
2012-10-10 17:17 923常见Oracle HINT的用法 1. /*+ALL ... -
快速理解VirtualBox的四种网络连接方式
2012-10-06 11:54 983本文转自:http://www.cnblogs. ... -
大数量事务提交
2012-07-19 13:47 825一次折腾几千万的话, 那么设置一下, 有 20W了, 就 ... -
HTML页面跳转的5种方法【转】
2012-07-02 14:49 1944转自:http://blog.sina.com.cn/s/bl ... -
【转】健康成长系列之宝宝不能乱吃的那些食物 大家警惕
2012-06-05 18:40 1096转自:http://www.19lou.com/foru ... -
电脑保护色
2012-05-01 15:56 911色调(E):85 饱和度(S):95 亮度(L):2 ... -
Ubuntu apt.conf 代理
2012-04-24 16:19 1764Acquire::http::Proxy "h ... -
【转】Oracle的decode、sign、trunc函数
2012-04-20 13:46 1433本文转自 http://knowyouknowme.iteye ... -
Oracle for loop
2012-03-12 17:35 921DECLARE i number; j n ...
相关推荐
使用Oracle Instant Client 32位时,首先需要从官方或第三方源下载对应的版本,如本例中的`instantclient_11_2`。这个压缩包中包含了Oracle Instant Client的基础组件,包括oci.dll、sqlplus.exe等。解压后,你需要...
在Windows 64位操作系统环境下,`oracle instantclient_12_2_win64.zip`这个压缩包包含了适用于该平台的Oracle Instant Client 12.2版本的所有组件。这个版本支持与Oracle Database 12c Release 2进行交互,并且经过...
Oracle Instant Client 12c是Oracle数据库公司推出的一款轻量级的数据库连接工具,它允许开发者和系统管理员在不安装完整Oracle数据库服务器的情况下,与Oracle数据库进行交互。这个版本是针对Oracle Database 12c ...
Oracle Instant Client 11.2.0.1.0是轻量级Oracle客户端,用于连接访问Oracle 9i、10g、11g 11.2.0.1.0版本的Oracle数据库。 Oracle Instant Client11.2.0.1.0 安装程序包含OCI/ OCCI、JDBC-OCI SDK(软件开发工具...
用户需要将"instantclient_12_2"目录解压到一个合适的路径,如"C:\Oracle\InstantClient_12_2"。 - 配置环境变量:为了使系统能够找到Instant Client的库文件,需要设置两个环境变量:`ORACLE_HOME`指向Instant ...
Oracle Instant Client是一款轻量级的Oracle数据库连接工具,主要用于客户端应用程序与Oracle数据库之间的通信。它提供了必要的库文件和组件,使得开发人员和系统管理员无需在本地安装完整的Oracle数据库服务器即可...
Oracle Instant Client是一款由Oracle公司提供的轻量级数据库访问工具,它是Oracle客户端的精简版本,无需完整安装Oracle数据库客户端即可使用。这个免安装的版本极大地减少了系统资源的占用,使得开发者和管理员...
"Oracle instantclient-basic-windows.x64-11.2.0.4.0"是针对Windows 64位平台的Instant Client的基础版本,版本号为11.2.0.4.0,专门支持Oracle 11g数据库系统。 该压缩包主要包含以下组件和功能: 1. **oci**:...
- **下载**:首先,你需要从Oracle官方网站下载适用于你的操作系统的Instant Client版本,例如在本例中是`instantclient-basic-windows.x64-11.2.0.4.0`。 - **解压**:将下载的压缩包解压到一个合适的目录,通常...
在"oracle instantclient-odbc-win32-10.2.0.5.zip"这个压缩包中,包含的是Windows 32位版本的Oracle Instant Client ODBC驱动程序,版本号为10.2.0.5。ODBC(Open Database Connectivity)是一种标准的应用程序编程...
Oracle Instant Client_12_1 Downloads 有效解决oracle library is not loaded的问题 有效解决ORA-28547:connection to server failed,probable Oracle Net admin error的问题
- `instantclient_11_2`:这表示是Oracle Instant Client的11.2版本。这个版本可能包含了基本的连接库、SQL*Plus命令行工具、OCI(Oracle Call Interface)库以及其他的实用工具。 2. **Oracle OCI (Oracle Call ...
*********重要********** OracleXEClient64位:Oracle Instant Client__V11.2.0.3.0__64bit.exe OracleXEClient64位安装时,右键选"以兼容方式运行WindowsXP,以管理员身份运行此程序
Oracle InstantClient是Oracle公司提供的一款轻量级的数据库连接工具,它允许用户在不安装完整Oracle客户端的情况下,与Oracle数据库进行交互。这个压缩包文件" instantclient-basic-nt-12.1.0.1.0.zip "是适用于...
- **Oracle Home**:在 PL/SQL Developer 或其他 Oracle 工具中设置 Oracle Home 的路径,此处为 `C:\instantclient`。 - **OCI Library**:指定 OCI(Oracle Call Interface)库文件的位置,即 `C:\instantclient\...
1. 下载并解压Oracle Instant Client压缩包,包括instantclient_11_2文件夹。 2. 设置环境变量,确保系统能找到oci.dll和其他必要库文件。例如,在Windows上,可以添加instantclient_11_2目录到PATH环境变量。 3. ...
"instantclient_18_5.zip"是一个包含Oracle Instant Client 18.5版本的压缩包,这个版本对应的是Oracle Database 18c的客户端。它包含了运行Oracle应用程序所需的基本库文件,如oci.dll,以及其他的SQL*Plus、...
在这个特定的"oracle instantclient 12_1 odbc"版本中,我们主要关注的是ODBC(Open Database Connectivity)组件,这是一种用于在不同操作系统和编程语言之间提供数据库访问标准的接口。以下是对这个主题的详细解释...