当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > Linux oracle 9i图文安装教程六 完结篇

Unix/Linux
Linux教程:locate用法
wordpress 安装心得
gentoo的一些杂记
用VIM编写C/C++程序
Apache API notes
Apache API note(2)
FBI 供应商开发安全版 Linux 成本优势获青睐
来自HP的真实Linux体验的成功故事
2004全球20大安全隐患排行出炉 专家建议停用IE
启动“gnome-run”对话框
最近郁闷啊
有矢而发,触类旁通[内核学习的方法论]-- 转载自黄嘴企鹅Linux内核研究小组
linux内核阅读计划 -- based on kernel 2.6.8
IBM:大型机使用 Linux 的黄金时代即将到来
windows 环境下配置apache+mysql+php
利用crontab,系统每天定时备份mysql数据库
Linux 操作系统跑Linux慢的分析
php_mysql.dll不能注册的解决方法
距离rhce考试还有17天
决定你一生成就的二十一个信念

Unix/Linux 中的 Linux oracle 9i图文安装教程六 完结篇


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-15   浏览: 234 ::
收藏到网摘: n/a

核心提示:版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。 前期工作:   前面已经讲到了安装Linux系统及加载相应的软件包,参考地址如下: Linux oracle 9i图文安装教程一(http://www.ruanchen.com/"TEXT-DECORATION: underline" href="http://waringid.blog.51cto.com/65148/47986" target="_blank">原始出处 、作者信息和本声明。否则将追究法律责任。
前期工作:
  前面已经讲到了安装Linux系统及加载相应的软件包,参考地址如下:
Linux oracle 9i图文安装教程一(http://www.ruanchen.com/"http://www.ruanchen.com/" style="color: #000">http://www.ruanchen.com/"http://www.ruanchen.com/" style="color: #000">http://www.ruanchen.com/"http://www.ruanchen.com/" style="color: #000">http://www.ruanchen.com/"http://www.ruanchen.com/" style="color: #000">http://www.ruanchen.com/"COLOR: rgb(255,0,0)">本节中需在计算机中输入的数据将以蓝色字体标记.

一:继续安装Oracle


  在安装中如果出现"ora-00604","ora-01653"的错误,是因为默认的SYSTEM表存放在"/oradata"下,空间不够的原因,本例中把它重新定位到"/usr/Oracle"下就没问题了.













  输入数据库管理员的密码.



  完成安装



  重新检测已安装的组件



二:为完成安装的系统打上补丁
  在安装配置时agent会起不来,可以先忽略,打上补丁后就可以了

  su oracle
  cp p2617419_210_GENERIC.zip /tmp
  cd /tmp
  unzip p2617419_210_GENERIC.zip
  export PATH=$PATH:/tmp/OPatch
  export PATH=$PATH:/sbin
  cp p3238244_9204_LINUX.zip /usr/Oracle
  unzip /usr/Oracel/p3238244_9204_LINUX.zip
  opatch apply -no_inventory /usr/Oracle/3238244
  find $ORACLE_HOME -name "*.mk" | xargs grep -l dbsnmp
  cd $ORACLE_HOME/network/lib
  make -f ins_oemagent.mk install










三:在本机测试数据库是否已启动

  su oracle
  sqlplus "as /sysdba"
  exit
  lsnrctl
  stop
  start








四:远程查看和登陆Oracle








至此,Oracle的安装已经圆满完成,谢谢大家支持
Linux oracle 9i图文安装教程一(
http://www.ruanchen.com/"http://www.ruanchen.com/" style="color: #000">http://www.ruanchen.com/"http://www.ruanchen.com/" style="color: #000">http://www.ruanchen.com/"http://www.ruanchen.com/" style="color: #000">http://www.ruanchen.com/"http://www.ruanchen.com/" style="color: #000">http://www.ruanchen.com/"http://www.ruanchen.com/" style="color: #000">http://www.ruanchen.com/s/RedHat/9923.html