oracle 11g 客户端安装-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3502706
  • 博文数量: 718
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7790
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(718)

文章存档

2024年(4)

2023年(74)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2021-05-25 11:15:48


平时用的少,但有时中间件服务器上又有需求,那就。。。来吧


--oracle 11g client 静默安装
上传 p13390677_112040_linux-x86-64_4of7.zip


groupadd -g 1101 oinstall
groupadd -g 1102 dba
useradd -u 1101 -g oinstall -g dba oracle
echo "orasys_007"|passwd oracle --stdin


mkdir  /oracle
chown oracle:oinstall /oracle
chmod 755 /oracle


export oracle_base=/oracle/app/oracle
export oracle_home=/oracle/app/oracle/product/11.2.0/client_1
#export oracle_sid=orcl
export path=$oracle_home/bin:$oracle_home/opatch:$path
name=`hostname`
ps1="[$name:$logname]:\${pwd}$ "
umask 022
alias s='sqlplus / as sysdba'
export lang=c

vi client.rsp

  1. oracle.install.responsefileversion=/oracle/install/rspfmt_clientinstall_response_schema_v11_2_0
  2. unix_group_name=oinstall
  3. inventory_location=/oracle/app/orainventory
  4. selected_languages=en
  5. oracle_home=/oracle/app/oracle/product/11.2.0/client_1
  6. oracle_base=/oracle/app/oracle
  7. oracle.install.client.installtype=administrator
  8. oracle.install.client.upgrading=false
  9. oracle.installer.autoupdates.option=skip_updates
  10. proxy_port=0

./runinstaller -silent -noconfig -ignoreprereq -responsefile /home/oracle/client.rsp


根据提示,用root执行 orainstroot.sh...
{banned}{banned}{banned}最佳佳佳后验证
sqlldr |head -30
不报错即可
阅读(1198) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图