Step one:
download the correspondent instantclient from oracle website: [url]http://www.oracle.com/technetwork/topics/linuxsoft-082809.html[/url] for my case:
Download instantclient-basic-linux32-10.2.0.3-20061115.zip
step two:
mkdir -p /home/oracle/10.2.3
chown -R oracle:oinstall /home/oracle/10.2.3
chmod -R 775 /home/oracle/10.2.3
su - oracle
cd /home/oracle/10.2.3
unzip instantclient-basic-linux32-10.2.0.3-20061115.zip
step three:
copy sqlnet.ora and tnsname.ora into the directory
step four:
set ORACLE_HOME, ORACLE_SID, TNS_ADMIN, LD_LIBARARY_PATH, PATH
step five:
su - root
vi /etc/ld.so.conf
/home/oracle/10.2.3/instantclient_10_2
step six:
download sqlplus package from website.
issue:
if show missing sp*.msd
then
check if the oracle_home set?
check: type sqlplus to see where the path is.
download the correspondent instantclient from oracle website: [url]http://www.oracle.com/technetwork/topics/linuxsoft-082809.html[/url] for my case:
Download instantclient-basic-linux32-10.2.0.3-20061115.zip
step two:
mkdir -p /home/oracle/10.2.3
chown -R oracle:oinstall /home/oracle/10.2.3
chmod -R 775 /home/oracle/10.2.3
su - oracle
cd /home/oracle/10.2.3
unzip instantclient-basic-linux32-10.2.0.3-20061115.zip
step three:
copy sqlnet.ora and tnsname.ora into the directory
step four:
set ORACLE_HOME, ORACLE_SID, TNS_ADMIN, LD_LIBARARY_PATH, PATH
step five:
su - root
vi /etc/ld.so.conf
/home/oracle/10.2.3/instantclient_10_2
step six:
download sqlplus package from website.
issue:
if show missing sp*.msd
then
check if the oracle_home set?
check: type sqlplus to see where the path is.
本文详细介绍如何从Oracle官网下载Instant Client并完成在Linux系统的安装配置过程。步骤包括创建目录、设置权限、解压文件、配置环境变量及修改ld.so.conf文件等。
2827

被折叠的 条评论
为什么被折叠?



