Install oracle client on Solaris

client|oracle

 

Install oracle client on Solaris

To install oracle client on Solaris 5.8, Please follow this steps:

 

1.      Create a user account on Solaris, just like: oracle9i.

2.      Log on Solaris with the account.

3.      Download the oracle 9i (64 bit) files from oracle website.

4.      Upload them to Solaris server.

5.      Uncompress oracle 9i files:

    1).Uncompress the file using "gunzip".

Eg.: "gunzip solaris64_9.2.0.1.0.Disk1.cpio.gz"

2).Extract the file resulting from the step above using "cpio".

Eg.: "cpio -idmv < solaris64_9.2.0.1.0.Disk1.cpio"

3).Repeat this for solaris64_9.2.0.1.0.Disk2.cpio.gz

and solaris64_9.2.0.1.0.Disk3.cpio.gz

6.      To start installer from disk1 etup.

7.      Select the oracle client for installation type.

8.      Following the installation wizard, you can finish the installation easily.

时间: 2024-08-04 03:12:25

Install oracle client on Solaris的相关文章

Install Oracle 9i/10g On RHEL AS 3

oracle Install Oracle 9i/10g On RHEL AS 3  作者:ern (yaoyongping@gmail.com) 本文描述了在Red Hat Enterprise Linux Advanced Server 3 (RHEL AS 3)上安装Oracle 9i/10g 必要的步骤和相关知识.相关文章很多,本文主要着重于整理和总结了网友(特别是Fenng)的文档.Red Hat公司的RHEL相关白皮书.Oracle公司的技术文档和白皮书等,比较两个版本在AS 3上的

oracle cli...-oracle,oracle client和plsql的一些问题

问题描述 oracle,oracle client和plsql的一些问题 1.我要用plsql连接本地oracle,是不是这三样都要装?要不要配置环境变量?要的话配置哪几个? 2.oracle根目录下的NETWORK/ADMIN/里面的文件可以删掉会有影响吗?全是自动生成的?以前我记得有一堆文件,删了后生成的只有listener.ora和tnsnames.ora了,如果有影响该怎么办? 3.oracle client和plsql直接卸载能卸载干净吗? 4.oracle我要想配置系统默认的其他用户

oracle client 连接oracle 出错:ora-12170如何解决?

问题描述 oracle client 连接oracle 出错:ora-12170如何解决? ping ip是通的,telnet ip 1521是通的,tnsping ip也是通的,就是连接的时候报:ora-12170连接超时错误,有哪位大神帮我解决下这个问题啊 解决方案 oracle client tnsnames.ora configORA-12170 TNS 连接超时 oracle 解决方案二: 首先进入sqlplus命令界面输入lsnrctl status检查监听是否启动. 如果没启就再启

Linux安装Oracle client的2种方法详解

方法一,安装Oracle client 前往官网下载instant-client安装程序 http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html 以Redhat 32bit为例,这里选择下载Instant Client for Linux x86   然后选择你要安装的client版本, 目前Linux下使用Version 10.2.0.5版本较为合适 下载并安装安装basic和de

centos install oracle 11g rpm Express edition

Install Oracle 11g Express (XE) on CentOS This post will cover basic installation and configuration of Oracle 11g Express Edition (XE) on CentOS. We will also take a quick look at configuring Application Express (APEX) for 11g XE. Basic installation

Linux环境下oracle client安装和配置

oracle客户端的安装是非常简单的,关键在tns配置,我这里使用的rpm安装包,oracle本身就不是开源,那使用rpm安装时最简单的. 1.要远程使用oracle,先下载下面三个文件,注意版本最好一致. oracle-instantclient-basic-10.2.0.4-1.i386.rpm oracle-instantclient-sqlplus-10.2.0.4-1.i386.rpm oracle-instantclient-devel-10.2.0.4-1.i386.rpm 2.P

Linux 下Oracle Client JAVA JDBC 集成点滴

首先Java下根据JDBC规范连接数据库,有几种形式,参考  http://djdnmq.iteye.com/blog/356468 oracle 驱动oci thin 区别   Oracle客户端准备 10201_client_linux32.zip 安装完成后,需要确保在终端中可以正确的执行sqlplus命令 Oracle环境变量 如果Tomcat是服务,需要把Oracle的安装环境变量写到TOMCAT中,类似如下 Tomcat加入/home/**/apache-tomcat-6.0.35/

Oracle client version 8.1.7 or greater

问题描述 连接oracle的问题.从网上看就是oracle_home给权限+restart,我都给了,但是不管用.还有什么地方要注意的.谢谢了. 解决方案 解决方案二:忘记说了,我是xp,oracle9iRelease9.2.0.1.0解决方案三:重装9i

oracle client server那点事

  oracle网络配置三个配置文件 listener.ora.sqlnet.ora.tnsnames.ora ,都是放在$ORACLE_HOME\network\admin目录下. 1.  sqlnet.ora-----作用类似于linux或者其他unix的nsswitch.conf文件,通过这个文件来决定怎么样找一个连接中出现的连接字符串.例如我们客户端输入sqlplus sys/oracle@orcl假如我的sqlnet.ora是下面这个样子SQLNET.AUTHENTICATION_SE