首页 >

SUSE Linux Enterprise Server 11下无图形界面安装Oracle 11g客户端

数据库|mysql教程SUSE Linux Enterprise Server 11下无图形界面安装Oracle 11g客户端
SuSE Linux,Oracle教程,SUSE Linux
数据库-mysql教程
在线工具网源码下载,vscode选定语言,ubuntu查杀端口,tomcat打印详细日志,数据库封装sqlite3,券商爬虫,php 获取访问地址,武汉电商seo推广,国内特效比漂亮的网站,网站架构设计模板lzw
SUSE Linux Enterprise Server 11下无图形界面安装Oracle 11g客户端
java web购物系统源码,vscode运行cpp文件,ubuntu登录50070,tomcat7 xmx,beautisoup爬虫,php 批发 源码,seo实战指导知识分类,电信宽带网站源码,学校网站cms模板lzw
免费会员付费文章系统源码,远程连接ubuntu电脑,tomcat现在出到几了,fb 数据爬虫,php打印奇数乘法表,上海正规seolzw

1)软件介质:

SUSE Linux Enterprise Server 11 SP1 (x86_64) ---more /etc/issue

Oracle 11g客户端(下载地址点击这里)

备注:oracle10g客户端不支持,安装过程报错。

2)建立用户与目录:

groupadd oinstall

groupadd dba

useradd -m -g oinstall -G dba oracle

passwd oracle

mkdir –p /usr/local/oracle

chown -R oracle:oinstall /usr/local/oracle

chmod –R 755 /usr/local/oracle

mkdir –p /usr/local/oraInventory

chown -R oracle:oinstall /usr/local/oraInventory

chmod -R 775 /usr/local/oraInventory

3)将下载的oracle客户端上传到/tmp目录下,解压

su – oracle

unzip linux.x64_11gR1_client.zip

4) 修改 clientcustom.rsp(/tmp/client/response)

FROM_LOCATION=”/tmp/client/stage/products.xml”

ORACLE_HOME=/usr/local/oracle

ORACLE_HOME_NAME=”ORACLE_HOME”

COMPONENT_LANGUAGES={“en”,”zh_CN”}

5)开始安装

./runInstaller -silent -responseFile /tmp/client/response/clientcustom.rsp

6)修改oracle用户.profile

umask 022
ORACLE_BASE=/usr/local/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/11.1.0/client; export ORACLE_HOME
PATH=$ORACLE_HOME/bin:$PATH; export PATH

source .profile

7)配置tnsnames.ora文件,,进行测试


SUSE Linux Enterprise Server 11下无图形界面安装Oracle 11g客户端
  • Oracle 多列合并为一列
  • Oracle 多列合并为一列 | Oracle 多列合并为一列 ...

    SUSE Linux Enterprise Server 11下无图形界面安装Oracle 11g客户端
  • Oracle expdp/impdp 从高版本 到 低版本 示例
  • Oracle expdp/impdp 从高版本 到 低版本 示例 | Oracle expdp/impdp 从高版本 到 低版本 示例 ...

    SUSE Linux Enterprise Server 11下无图形界面安装Oracle 11g客户端
  • Oracle EBS “处理物料搬运单”出错解决方法
  • Oracle EBS “处理物料搬运单”出错解决方法 | Oracle EBS “处理物料搬运单”出错解决方法 ...